static DescribeWorkflowExecutionResponse.Builder |
DescribeWorkflowExecutionResponse.builder() |
|
default DescribeWorkflowExecutionResponse.Builder |
DescribeWorkflowExecutionResponse.Builder.executionConfiguration(Consumer<WorkflowExecutionConfiguration.Builder> executionConfiguration) |
The configuration settings for this workflow execution including timeout values, tasklist etc.
|
DescribeWorkflowExecutionResponse.Builder |
DescribeWorkflowExecutionResponse.Builder.executionConfiguration(WorkflowExecutionConfiguration executionConfiguration) |
The configuration settings for this workflow execution including timeout values, tasklist etc.
|
default DescribeWorkflowExecutionResponse.Builder |
DescribeWorkflowExecutionResponse.Builder.executionInfo(Consumer<WorkflowExecutionInfo.Builder> executionInfo) |
Information about the workflow execution.
|
DescribeWorkflowExecutionResponse.Builder |
DescribeWorkflowExecutionResponse.Builder.executionInfo(WorkflowExecutionInfo executionInfo) |
Information about the workflow execution.
|
DescribeWorkflowExecutionResponse.Builder |
DescribeWorkflowExecutionResponse.Builder.latestActivityTaskTimestamp(Instant latestActivityTaskTimestamp) |
The time when the last activity task was scheduled for this workflow execution.
|
DescribeWorkflowExecutionResponse.Builder |
DescribeWorkflowExecutionResponse.Builder.latestExecutionContext(String latestExecutionContext) |
The latest executionContext provided by the decider for this workflow execution.
|
default DescribeWorkflowExecutionResponse.Builder |
DescribeWorkflowExecutionResponse.Builder.openCounts(Consumer<WorkflowExecutionOpenCounts.Builder> openCounts) |
The number of tasks for this workflow execution.
|
DescribeWorkflowExecutionResponse.Builder |
DescribeWorkflowExecutionResponse.Builder.openCounts(WorkflowExecutionOpenCounts openCounts) |
The number of tasks for this workflow execution.
|
DescribeWorkflowExecutionResponse.Builder |
DescribeWorkflowExecutionResponse.toBuilder() |
|