Interface: IResolveNexusOperationStart
coresdk.workflow_activation.IResolveNexusOperationStart
Properties of a ResolveNexusOperationStart.
Implemented by
Properties
cancelledBeforeStart
• Optional
cancelledBeforeStart: null
| IFailure
The operation was cancelled before it was ever sent to server (same WFT).
Note that core will still send a ResolveNexusOperation
job in the same activation, so
there does not need to be an exceptional case for this in lang.
operationId
• Optional
operationId: null
| string
The operation started asynchronously. Contains an ID that can be used to perform
operations on the started operation by, ex, clients. A ResolveNexusOperation
job will
follow at some point.
seq
• Optional
seq: null
| number
Sequence number as provided by lang in the corresponding ScheduleNexusOperation command
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.