WorkflowExecutionTerminatedEventAttributes |
WorkflowExecutionTerminatedEventAttributes.clone() |
|
WorkflowExecutionTerminatedEventAttributes |
HistoryEvent.getWorkflowExecutionTerminatedEventAttributes() |
If the event is of type WorkflowExecutionTerminated then
this member is set and provides detailed information about the event.
|
WorkflowExecutionTerminatedEventAttributes |
WorkflowExecutionTerminatedEventAttributes.withCause(WorkflowExecutionTerminatedCause cause) |
If set, indicates that the workflow execution was automatically
terminated, and specifies the cause.
|
WorkflowExecutionTerminatedEventAttributes |
WorkflowExecutionTerminatedEventAttributes.withCause(String cause) |
If set, indicates that the workflow execution was automatically
terminated, and specifies the cause.
|
WorkflowExecutionTerminatedEventAttributes |
WorkflowExecutionTerminatedEventAttributes.withChildPolicy(ChildPolicy childPolicy) |
The policy used for the child workflow executions of this workflow
execution.
|
WorkflowExecutionTerminatedEventAttributes |
WorkflowExecutionTerminatedEventAttributes.withChildPolicy(String childPolicy) |
The policy used for the child workflow executions of this workflow
execution.
|
WorkflowExecutionTerminatedEventAttributes |
WorkflowExecutionTerminatedEventAttributes.withDetails(String details) |
The details provided for the termination (if any).
|
WorkflowExecutionTerminatedEventAttributes |
WorkflowExecutionTerminatedEventAttributes.withReason(String reason) |
The reason provided for the termination (if any).
|