Interface: IResolveNexusOperationStart
coresdk.workflow_activation.IResolveNexusOperationStart
Properties of a ResolveNexusOperationStart.
Implemented by
Properties
failed
• Optional
failed: null
| IFailure
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.
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.
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.