Class: ResolveChildWorkflowExecutionStartCancelled
coresdk.workflow_activation.ResolveChildWorkflowExecutionStartCancelled
failure should be ChildWorkflowFailure with cause set to CancelledFailure.
The failure is constructed in core for lang's convenience.
Implements
Constructors
constructor
• new ResolveChildWorkflowExecutionStartCancelled(properties?): ResolveChildWorkflowExecutionStartCancelled
Constructs a new ResolveChildWorkflowExecutionStartCancelled.
Parameters
| Name | Type | Description |
|---|---|---|
properties? | IResolveChildWorkflowExecutionStartCancelled | Properties to set |
Returns
ResolveChildWorkflowExecutionStartCancelled
Properties
failure
• Optional failure: null | IFailure
ResolveChildWorkflowExecutionStartCancelled failure.
Implementation of
IResolveChildWorkflowExecutionStartCancelled.failure