RespondDecisionTaskCompletedRequest

Input data for a TaskCompleted response to a decision task.

Types

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

Properties

Link copied to clipboard

The list of decisions (possibly empty) made by the decider while processing this decision task. See the docs for the Decision structure for details.

Link copied to clipboard

User defined context to add to workflow execution.

Link copied to clipboard

The task list to use for the future decision tasks of this workflow execution. This list overrides the original task list you specified while starting the workflow execution.

Link copied to clipboard

Specifies a timeout (in seconds) for the task list override. When this parameter is missing, the task list override is permanent. This parameter makes it possible to temporarily override the task list. If a decision task scheduled on the override task list is not started within the timeout, the decision task will time out. Amazon SWF will revert the override and schedule a new decision task to the original task list.

Link copied to clipboard

The taskToken from the DecisionTask.

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