Interface: IWorkflowExecutionCancelRequestedEventAttributes
history.v1.IWorkflowExecutionCancelRequestedEventAttributes
Properties of a WorkflowExecutionCancelRequestedEventAttributes.
Implemented by
Properties
cause
• Optional
cause: null
| string
User provided reason for requesting cancellation TODO: shall we create a new field with name "reason" and deprecate this one?
externalInitiatedEventId
• Optional
externalInitiatedEventId: null
| Long
TODO: Is this the ID of the event in the workflow which initiated this cancel, if there was one?
externalWorkflowExecution
• Optional
externalWorkflowExecution: null
| IWorkflowExecution
WorkflowExecutionCancelRequestedEventAttributes externalWorkflowExecution
identity
• Optional
identity: null
| string
id of the worker or client who requested this cancel