Interface: IResolveNexusOperationStart
coresdk.workflow_activation.IResolveNexusOperationStart
Properties of a ResolveNexusOperationStart.
Hierarchy
-
↳
IResolveNexusOperationStart
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
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
seq
• Optional seq: null | number
Sequence number as provided by lang in the corresponding ScheduleNexusOperation command
Inherited from
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
status
• Optional status: "failed" | "operationToken" | "startedSync"
ResolveNexusOperationStart status