static ChildWorkflowExecutionCompletedEventAttributes.Builder |
ChildWorkflowExecutionCompletedEventAttributes.builder() |
|
ChildWorkflowExecutionCompletedEventAttributes.Builder |
ChildWorkflowExecutionCompletedEventAttributes.Builder.initiatedEventId(Long initiatedEventId) |
The ID of the StartChildWorkflowExecutionInitiated event corresponding to the
StartChildWorkflowExecution Decision to start this child workflow execution.
|
ChildWorkflowExecutionCompletedEventAttributes.Builder |
ChildWorkflowExecutionCompletedEventAttributes.Builder.result(String result) |
The result of the child workflow execution.
|
ChildWorkflowExecutionCompletedEventAttributes.Builder |
ChildWorkflowExecutionCompletedEventAttributes.Builder.startedEventId(Long startedEventId) |
The ID of the ChildWorkflowExecutionStarted event recorded when this child workflow execution
was started.
|
ChildWorkflowExecutionCompletedEventAttributes.Builder |
ChildWorkflowExecutionCompletedEventAttributes.toBuilder() |
|
default ChildWorkflowExecutionCompletedEventAttributes.Builder |
ChildWorkflowExecutionCompletedEventAttributes.Builder.workflowExecution(Consumer<WorkflowExecution.Builder> workflowExecution) |
The child workflow execution that was completed.
|
ChildWorkflowExecutionCompletedEventAttributes.Builder |
ChildWorkflowExecutionCompletedEventAttributes.Builder.workflowExecution(WorkflowExecution workflowExecution) |
The child workflow execution that was completed.
|
default ChildWorkflowExecutionCompletedEventAttributes.Builder |
ChildWorkflowExecutionCompletedEventAttributes.Builder.workflowType(Consumer<WorkflowType.Builder> workflowType) |
The type of the child workflow execution.
|
ChildWorkflowExecutionCompletedEventAttributes.Builder |
ChildWorkflowExecutionCompletedEventAttributes.Builder.workflowType(WorkflowType workflowType) |
The type of the child workflow execution.
|