static WorkflowExecutionInfo.Builder |
WorkflowExecutionInfo.builder() |
|
WorkflowExecutionInfo.Builder |
WorkflowExecutionInfo.Builder.cancelRequested(Boolean cancelRequested) |
Set to true if a cancellation is requested for this workflow execution.
|
WorkflowExecutionInfo.Builder |
WorkflowExecutionInfo.Builder.closeStatus(String closeStatus) |
If the execution status is closed then this specifies how the execution was closed:
|
WorkflowExecutionInfo.Builder |
WorkflowExecutionInfo.Builder.closeStatus(CloseStatus closeStatus) |
If the execution status is closed then this specifies how the execution was closed:
|
WorkflowExecutionInfo.Builder |
WorkflowExecutionInfo.Builder.closeTimestamp(Instant closeTimestamp) |
The time when the workflow execution was closed.
|
default WorkflowExecutionInfo.Builder |
WorkflowExecutionInfo.Builder.execution(Consumer<WorkflowExecution.Builder> execution) |
The workflow execution this information is about.
|
WorkflowExecutionInfo.Builder |
WorkflowExecutionInfo.Builder.execution(WorkflowExecution execution) |
The workflow execution this information is about.
|
WorkflowExecutionInfo.Builder |
WorkflowExecutionInfo.Builder.executionStatus(String executionStatus) |
The current status of the execution.
|
WorkflowExecutionInfo.Builder |
WorkflowExecutionInfo.Builder.executionStatus(ExecutionStatus executionStatus) |
The current status of the execution.
|
default WorkflowExecutionInfo.Builder |
WorkflowExecutionInfo.Builder.parent(Consumer<WorkflowExecution.Builder> parent) |
If this workflow execution is a child of another execution then contains the workflow execution that started
this execution.
|
WorkflowExecutionInfo.Builder |
WorkflowExecutionInfo.Builder.parent(WorkflowExecution parent) |
If this workflow execution is a child of another execution then contains the workflow execution that started
this execution.
|
WorkflowExecutionInfo.Builder |
WorkflowExecutionInfo.Builder.startTimestamp(Instant startTimestamp) |
The time when the execution was started.
|
WorkflowExecutionInfo.Builder |
WorkflowExecutionInfo.Builder.tagList(String... tagList) |
The list of tags associated with the workflow execution.
|
WorkflowExecutionInfo.Builder |
WorkflowExecutionInfo.Builder.tagList(Collection<String> tagList) |
The list of tags associated with the workflow execution.
|
WorkflowExecutionInfo.Builder |
WorkflowExecutionInfo.toBuilder() |
|
default WorkflowExecutionInfo.Builder |
WorkflowExecutionInfo.Builder.workflowType(Consumer<WorkflowType.Builder> workflowType) |
The type of the workflow execution.
|
WorkflowExecutionInfo.Builder |
WorkflowExecutionInfo.Builder.workflowType(WorkflowType workflowType) |
The type of the workflow execution.
|