Uses of Class
com.amazonaws.services.simpleworkflow.model.SignalExternalWorkflowExecutionInitiatedEventAttributes
Packages that use SignalExternalWorkflowExecutionInitiatedEventAttributes
-
Uses of SignalExternalWorkflowExecutionInitiatedEventAttributes in com.amazonaws.services.simpleworkflow.model
Methods in com.amazonaws.services.simpleworkflow.model that return SignalExternalWorkflowExecutionInitiatedEventAttributesModifier and TypeMethodDescriptionSignalExternalWorkflowExecutionInitiatedEventAttributes.clone()
HistoryEvent.getSignalExternalWorkflowExecutionInitiatedEventAttributes()
If the event is of typeSignalExternalWorkflowExecutionInitiated
then this member is set and provides detailed information about the event.SignalExternalWorkflowExecutionInitiatedEventAttributes.withControl
(String control) Optional. data attached to the event that can be used by the decider in subsequent decision tasks.SignalExternalWorkflowExecutionInitiatedEventAttributes.withDecisionTaskCompletedEventId
(Long decisionTaskCompletedEventId) The ID of theDecisionTaskCompleted
event corresponding to the decision task that resulted in theSignalExternalWorkflowExecution
decision for this signal.Input provided to the signal (if any).TherunId
of the external workflow execution to send the signal to.SignalExternalWorkflowExecutionInitiatedEventAttributes.withSignalName
(String signalName) The name of the signal.SignalExternalWorkflowExecutionInitiatedEventAttributes.withWorkflowId
(String workflowId) TheworkflowId
of the external workflow execution.Methods in com.amazonaws.services.simpleworkflow.model with parameters of type SignalExternalWorkflowExecutionInitiatedEventAttributesModifier and TypeMethodDescriptionvoid
HistoryEvent.setSignalExternalWorkflowExecutionInitiatedEventAttributes
(SignalExternalWorkflowExecutionInitiatedEventAttributes signalExternalWorkflowExecutionInitiatedEventAttributes) If the event is of typeSignalExternalWorkflowExecutionInitiated
then this member is set and provides detailed information about the event.HistoryEvent.withSignalExternalWorkflowExecutionInitiatedEventAttributes
(SignalExternalWorkflowExecutionInitiatedEventAttributes signalExternalWorkflowExecutionInitiatedEventAttributes) If the event is of typeSignalExternalWorkflowExecutionInitiated
then this member is set and provides detailed information about the event.