WorkflowExecutionStartedEventAttributes

Provides details of WorkflowExecutionStarted event.

Types

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

Properties

Link copied to clipboard

The policy to use for the child workflow executions if this workflow execution is terminated, by calling the TerminateWorkflowExecution action explicitly or due to an expired timeout.

Link copied to clipboard

If this workflow execution was started due to a ContinueAsNewWorkflowExecution decision, then it contains the runId of the previous workflow execution that was closed and continued as this execution.

Link copied to clipboard

The maximum duration for this workflow execution.

Link copied to clipboard

The input provided to the workflow execution.

Link copied to clipboard

The IAM role attached to the workflow execution.

Link copied to clipboard

The ID of the StartChildWorkflowExecutionInitiated event corresponding to the StartChildWorkflowExecutionDecision to start this workflow execution. The source event with this ID can be found in the history of the source workflow execution. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

Link copied to clipboard

The source workflow execution that started this workflow execution. The member isn't set if the workflow execution was not started by a workflow.

Link copied to clipboard

The list of tags associated with this workflow execution. An execution can have up to 5 tags.

Link copied to clipboard

The name of the task list for scheduling the decision tasks for this workflow execution.

Link copied to clipboard

The priority of the decision tasks in the workflow execution.

Link copied to clipboard

The maximum duration of decision tasks for this workflow type.

Link copied to clipboard

The workflow type of this execution.

Functions

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