RequestCancelExternalWorkflowExecutionDecisionAttributes
public struct RequestCancelExternalWorkflowExecutionDecisionAttributes : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The data attached to the event that can be used by the decider in subsequent workflow tasks.
Declaration
Swift
public let control: String?
-
The runId of the external workflow execution to cancel.
Declaration
Swift
public let runId: String?
-
The workflowId of the external workflow execution to cancel.
Declaration
Swift
public let workflowId: String
-
Undocumented
Declaration
Swift
public init(control: String? = nil, runId: String? = nil, workflowId: String)
-
Declaration
Swift
public func validate(name: String) throws