Class: ResolveNexusOperationStart
coresdk.workflow_activation.ResolveNexusOperationStart
Represents a ResolveNexusOperationStart.
Implements
Constructors
constructor
• new ResolveNexusOperationStart(properties?): ResolveNexusOperationStart
Constructs a new ResolveNexusOperationStart.
Parameters
| Name | Type | Description |
|---|---|---|
properties? | IResolveNexusOperationStart | Properties to set |
Returns
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.
Implementation of
IResolveNexusOperationStart.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.
Implementation of
IResolveNexusOperationStart.operationToken
seq
• seq: number
Sequence number as provided by lang in the corresponding ScheduleNexusOperation command
Implementation of
IResolveNexusOperationStart.seq