DescribeWorkflowExecutionResponse

Contains details about a workflow execution.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The configuration settings for this workflow execution including timeout values, tasklist etc.

Link copied to clipboard

Information about the workflow execution.

Link copied to clipboard

The time when the last activity task was scheduled for this workflow execution. You can use this information to determine if the workflow has not made progress for an unusually long period of time and might require a corrective action.

Link copied to clipboard

The latest executionContext provided by the decider for this workflow execution. A decider can provide an executionContext (a free-form string) when closing a decision task using RespondDecisionTaskCompleted.

Link copied to clipboard

The number of tasks for this workflow execution. This includes open and closed tasks of all types.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String