Provides details of the SignalExternalWorkflowExecutionInitiated event.

C# |
public class SignalExternalWorkflowExecutionInitiatedEventAttributes

All Members | Constructors | Methods | Properties | ||
Icon | Member | Description |
---|---|---|
![]() | SignalExternalWorkflowExecutionInitiatedEventAttributes()()()() | Initializes a new instance of the SignalExternalWorkflowExecutionInitiatedEventAttributes class |
![]() | Control |
Optional data attached to the event that can be used by the decider in subsequent decision tasks.
Constraints: |
![]() | DecisionTaskCompletedEventId |
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
cause of events leading up to this event.
|
![]() | Equals(Object) | (Inherited from Object.) |
![]() | GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType()()()() | Gets the type of the current instance. (Inherited from Object.) |
![]() | Input |
Input provided to the signal (if any).
Constraints: |
![]() | RunId |
The runId of the external workflow execution to send the signal to.
Constraints: |
![]() | SignalName |
The name of the signal.
Constraints: |
![]() | ToString()()()() | Returns a string that represents the current object. (Inherited from Object.) |
![]() | WithControl(String) | Obsolete.
Sets the Control property
|
![]() | WithDecisionTaskCompletedEventId(Int64) | Obsolete.
Sets the DecisionTaskCompletedEventId property
|
![]() | WithInput(String) | Obsolete.
Sets the Input property
|
![]() | WithRunId(String) | Obsolete.
Sets the RunId property
|
![]() | WithSignalName(String) | Obsolete.
Sets the SignalName property
|
![]() | WithWorkflowId(String) | Obsolete.
Sets the WorkflowId property
|
![]() | WorkflowId |
The workflowId of the external workflow execution.
Constraints: |

Object | |
![]() | SignalExternalWorkflowExecutionInitiatedEventAttributes |