Interface: IChildWorkflowResult
coresdk.child_workflow.IChildWorkflowResult
Properties of a ChildWorkflowResult.
Implemented by
Properties
cancelled
• Optional
cancelled: null
| ICancellation
ChildWorkflowResult cancelled
completed
• Optional
completed: null
| ISuccess
ChildWorkflowResult completed
failed
• Optional
failed: null
| IFailure
ChildWorkflowResult failed