AWS SDK for .NET Documentation
SignalExternalWorkflowExecutionDecisionAttributes Class
AmazonAmazon.SimpleWorkflow.ModelSignalExternalWorkflowExecutionDecisionAttributes Did this page help you?   Yes   No    Tell us about it...

Provides details of the SignalExternalWorkflowExecution decision.

Access Control

You can use IAM policies to control this decision's access to Amazon SWF in much the same way as for the regular API:

If the caller does not have sufficient permissions to invoke the action, or the parameter values fall outside the specified constraints, the action fails. The associated event attribute's cause parameter will be set to OPERATION_NOT_PERMITTED. For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF Workflows.

Declaration Syntax
C#
public class SignalExternalWorkflowExecutionDecisionAttributes
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
SignalExternalWorkflowExecutionDecisionAttributes()()()()
Initializes a new instance of the SignalExternalWorkflowExecutionDecisionAttributes class

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

Constraints:

Length
0 - 32768


Equals(Object)
Determines whether the specified Object is equal to the current 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
Optional input to be provided with the signal.The target workflow execution will use the signal name and input to process the signal.

Constraints:

Length
0 - 32768


RunId
The runId of the workflow execution to be signaled.

Constraints:

Length
0 - 64


SignalName
The name of the signal.The target workflow execution will use the signal name and input to process the signal. This field is required.

Constraints:

Length
1 - 256


ToString()()()()
Returns a string that represents the current object.
(Inherited from Object.)
WithControl(String) Obsolete.
Sets the Control 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 workflow execution to be signaled. This field is required.

Constraints:

Length
1 - 256


Inheritance Hierarchy
Object
SignalExternalWorkflowExecutionDecisionAttributes

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)