Builder
Properties
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.
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.
The maximum duration for this workflow execution.
The IAM role attached to the workflow execution.
The ID of the StartChildWorkflowExecutionInitiated
event corresponding to the StartChildWorkflowExecution
Decision 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.
The source workflow execution that started this workflow execution. The member isn't set if the workflow execution was not started by a workflow.
The priority of the decision tasks in the workflow execution.
The maximum duration of decision tasks for this workflow type.
The workflow type of this execution.
Functions
construct an aws.sdk.kotlin.services.swf.model.WorkflowExecution inside the given block
construct an aws.sdk.kotlin.services.swf.model.TaskList inside the given block
construct an aws.sdk.kotlin.services.swf.model.WorkflowType inside the given block