|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SignalExternalWorkflowExecutionInitiatedEventAttributes | |
---|---|
com.amazonaws.services.simpleworkflow.model | Classes modeling the various types represented by AmazonSimpleWorkflow. |
Uses of SignalExternalWorkflowExecutionInitiatedEventAttributes in com.amazonaws.services.simpleworkflow.model |
---|
Methods in com.amazonaws.services.simpleworkflow.model that return SignalExternalWorkflowExecutionInitiatedEventAttributes | |
---|---|
SignalExternalWorkflowExecutionInitiatedEventAttributes |
HistoryEvent.getSignalExternalWorkflowExecutionInitiatedEventAttributes()
If the event is of type SignalExternalWorkflowExecutionInitiated then this member
is set and provides detailed information about the event. |
SignalExternalWorkflowExecutionInitiatedEventAttributes |
SignalExternalWorkflowExecutionInitiatedEventAttributes.withControl(String control)
Optional data attached to the event that can be used by the decider in subsequent decision tasks. |
SignalExternalWorkflowExecutionInitiatedEventAttributes |
SignalExternalWorkflowExecutionInitiatedEventAttributes.withDecisionTaskCompletedEventId(Long decisionTaskCompletedEventId)
The id of the DecisionTaskCompleted event corresponding
to the decision task that resulted in the
SignalExternalWorkflowExecution decision for this signal. |
SignalExternalWorkflowExecutionInitiatedEventAttributes |
SignalExternalWorkflowExecutionInitiatedEventAttributes.withInput(String input)
Input provided to the signal (if any). |
SignalExternalWorkflowExecutionInitiatedEventAttributes |
SignalExternalWorkflowExecutionInitiatedEventAttributes.withRunId(String runId)
The runId of the external workflow execution to send the
signal to. |
SignalExternalWorkflowExecutionInitiatedEventAttributes |
SignalExternalWorkflowExecutionInitiatedEventAttributes.withSignalName(String signalName)
The name of the signal. |
SignalExternalWorkflowExecutionInitiatedEventAttributes |
SignalExternalWorkflowExecutionInitiatedEventAttributes.withWorkflowId(String workflowId)
The workflowId of the external workflow execution. |
Methods in com.amazonaws.services.simpleworkflow.model with parameters of type SignalExternalWorkflowExecutionInitiatedEventAttributes | |
---|---|
void |
HistoryEvent.setSignalExternalWorkflowExecutionInitiatedEventAttributes(SignalExternalWorkflowExecutionInitiatedEventAttributes signalExternalWorkflowExecutionInitiatedEventAttributes)
If the event is of type SignalExternalWorkflowExecutionInitiated then this member
is set and provides detailed information about the event. |
HistoryEvent |
HistoryEvent.withSignalExternalWorkflowExecutionInitiatedEventAttributes(SignalExternalWorkflowExecutionInitiatedEventAttributes signalExternalWorkflowExecutionInitiatedEventAttributes)
If the event is of type SignalExternalWorkflowExecutionInitiated then this member
is set and provides detailed information about the event. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |