Skip to main content

Interface: IResolveNexusOperationStart

coresdk.workflow_activation.IResolveNexusOperationStart

Properties of a ResolveNexusOperationStart.

Hierarchy

Properties

failed

Optional failed: null | $Properties

The operation either failed to start, was cancelled before it started, timed out, or failed synchronously. Details are included inside the message. In this case, the subsequent ResolveNexusOperation will never be sent.

Inherited from

$Properties.failed


operationToken

Optional operationToken: null | string

The operation started asynchronously. Contains a token that can be used to perform operations on the started operation by, ex, clients. A ResolveNexusOperation job will follow at some point.

Inherited from

$Properties.operationToken


seq

Optional seq: null | number

Sequence number as provided by lang in the corresponding ScheduleNexusOperation command

Inherited from

$Properties.seq


startedSync

Optional startedSync: null | boolean

If true the operation "started" but only because it's also already resolved. A ResolveNexusOperation job will be in the same activation.

Inherited from

$Properties.startedSync


status

Optional status: "failed" | "operationToken" | "startedSync"

ResolveNexusOperationStart status

Inherited from

$Properties.status