Struct rusoto_swf::SignalExternalWorkflowExecutionInitiatedEventAttributes [] [src]

pub struct SignalExternalWorkflowExecutionInitiatedEventAttributes {
    pub control: Option<String>,
    pub decision_task_completed_event_id: i64,
    pub input: Option<String>,
    pub run_id: Option<String>,
    pub signal_name: String,
    pub workflow_id: String,
}

Provides details of the SignalExternalWorkflowExecutionInitiated event.

Fields

Optional. data attached to the event that can be used by the decider in subsequent decision tasks.

The ID of the DecisionTaskCompleted event corresponding to the decision task that resulted in the SignalExternalWorkflowExecution decision for this signal. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

Input provided to the signal (if any).

The runId of the external workflow execution to send the signal to.

The name of the signal.

The workflowId of the external workflow execution.

Trait Implementations

impl Default for SignalExternalWorkflowExecutionInitiatedEventAttributes
[src]

Returns the "default value" for a type. Read more

impl Debug for SignalExternalWorkflowExecutionInitiatedEventAttributes
[src]

Formats the value using the given formatter.

impl Clone for SignalExternalWorkflowExecutionInitiatedEventAttributes
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more