StartChildWorkflowExecutionFailedEventAttributes |
StartChildWorkflowExecutionFailedEventAttributes.clone() |
|
StartChildWorkflowExecutionFailedEventAttributes |
HistoryEvent.getStartChildWorkflowExecutionFailedEventAttributes() |
If the event is of type StartChildWorkflowExecutionFailed
then this member is set and provides detailed information about the
event.
|
StartChildWorkflowExecutionFailedEventAttributes |
StartChildWorkflowExecutionFailedEventAttributes.withCause(StartChildWorkflowExecutionFailedCause cause) |
The cause of the failure.
|
StartChildWorkflowExecutionFailedEventAttributes |
StartChildWorkflowExecutionFailedEventAttributes.withCause(String cause) |
The cause of the failure.
|
StartChildWorkflowExecutionFailedEventAttributes |
StartChildWorkflowExecutionFailedEventAttributes.withControl(String control) |
|
StartChildWorkflowExecutionFailedEventAttributes |
StartChildWorkflowExecutionFailedEventAttributes.withDecisionTaskCompletedEventId(Long decisionTaskCompletedEventId) |
The ID of the DecisionTaskCompleted event corresponding to
the decision task that resulted in the
StartChildWorkflowExecution decision to request this child
workflow execution.
|
StartChildWorkflowExecutionFailedEventAttributes |
StartChildWorkflowExecutionFailedEventAttributes.withInitiatedEventId(Long initiatedEventId) |
The ID of the StartChildWorkflowExecutionInitiated event
corresponding to the StartChildWorkflowExecution decision to
start this child workflow execution.
|
StartChildWorkflowExecutionFailedEventAttributes |
StartChildWorkflowExecutionFailedEventAttributes.withWorkflowId(String workflowId) |
The workflowId of the child workflow execution.
|
StartChildWorkflowExecutionFailedEventAttributes |
StartChildWorkflowExecutionFailedEventAttributes.withWorkflowType(WorkflowType workflowType) |
The workflow type provided in the
StartChildWorkflowExecution decision that failed.
|