ChildWorkflowExecutionCanceledEventAttributes |
ChildWorkflowExecutionCanceledEventAttributes.clone() |
|
ChildWorkflowExecutionCanceledEventAttributes |
HistoryEvent.getChildWorkflowExecutionCanceledEventAttributes() |
If the event is of type ChildWorkflowExecutionCanceled then
this member is set and provides detailed information about the event.
|
ChildWorkflowExecutionCanceledEventAttributes |
ChildWorkflowExecutionCanceledEventAttributes.withDetails(String details) |
Details of the cancellation (if provided).
|
ChildWorkflowExecutionCanceledEventAttributes |
ChildWorkflowExecutionCanceledEventAttributes.withInitiatedEventId(Long initiatedEventId) |
The ID of the StartChildWorkflowExecutionInitiated event
corresponding to the StartChildWorkflowExecution decision to
start this child workflow execution.
|
ChildWorkflowExecutionCanceledEventAttributes |
ChildWorkflowExecutionCanceledEventAttributes.withStartedEventId(Long startedEventId) |
The ID of the ChildWorkflowExecutionStarted event recorded
when this child workflow execution was started.
|
ChildWorkflowExecutionCanceledEventAttributes |
ChildWorkflowExecutionCanceledEventAttributes.withWorkflowExecution(WorkflowExecution workflowExecution) |
The child workflow execution that was canceled.
|
ChildWorkflowExecutionCanceledEventAttributes |
ChildWorkflowExecutionCanceledEventAttributes.withWorkflowType(WorkflowType workflowType) |
The type of the child workflow execution.
|