#[non_exhaustive]pub struct Builder { /* private fields */ }
Expand description
A builder for WorkflowExecutionSignaledEventAttributes
Implementations
The name of the signal received. The decider can use the signal name and inputs to determine how to the process the signal.
The name of the signal received. The decider can use the signal name and inputs to determine how to the process the signal.
The inputs provided with the signal. The decider can use the signal name and inputs to determine how to process the signal.
The inputs provided with the signal. The decider can use the signal name and inputs to determine how to process the signal.
The workflow execution that sent the signal. This is set only of the signal was sent by another workflow execution.
The workflow execution that sent the signal. This is set only of the signal was sent by another workflow execution.
The ID of the SignalExternalWorkflowExecutionInitiated
event corresponding to the SignalExternalWorkflow
decision to signal 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. This field is set only if the signal was initiated by another workflow execution.
The ID of the SignalExternalWorkflowExecutionInitiated
event corresponding to the SignalExternalWorkflow
decision to signal 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. This field is set only if the signal was initiated by another workflow execution.
Consumes the builder and constructs a WorkflowExecutionSignaledEventAttributes
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more