ActivityTask
public struct ActivityTask : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The unique ID of the task.
Declaration
Swift
public let activityId: String
-
The type of this activity task.
Declaration
Swift
public let activityType: ActivityType
-
The inputs provided when the activity task was scheduled. The form of the input is user defined and should be meaningful to the activity implementation.
Declaration
Swift
public let input: String?
-
The ID of the ActivityTaskStarted event recorded in the history.
Declaration
Swift
public let startedEventId: Int64
-
The opaque string used as a handle on the task. This token is used by workers to communicate progress and response information back to the system about the task.
Declaration
Swift
public let taskToken: String
-
The workflow execution that started this activity task.
Declaration
Swift
public let workflowExecution: WorkflowExecution
-
Undocumented
Declaration
Swift
public init(activityId: String, activityType: ActivityType, input: String? = nil, startedEventId: Int64, taskToken: String, workflowExecution: WorkflowExecution)