Uses of Class
com.amazonaws.services.simpleworkflow.model.WorkflowExecutionSignaledEventAttributes
-
Packages that use WorkflowExecutionSignaledEventAttributes Package Description com.amazonaws.services.simpleworkflow.model -
-
Uses of WorkflowExecutionSignaledEventAttributes in com.amazonaws.services.simpleworkflow.model
Methods in com.amazonaws.services.simpleworkflow.model that return WorkflowExecutionSignaledEventAttributes Modifier and Type Method Description WorkflowExecutionSignaledEventAttributesWorkflowExecutionSignaledEventAttributes. clone()WorkflowExecutionSignaledEventAttributesHistoryEvent. getWorkflowExecutionSignaledEventAttributes()If the event is of typeWorkflowExecutionSignaledthen this member is set and provides detailed information about the event.WorkflowExecutionSignaledEventAttributesWorkflowExecutionSignaledEventAttributes. withExternalInitiatedEventId(Long externalInitiatedEventId)The ID of theSignalExternalWorkflowExecutionInitiatedevent corresponding to theSignalExternalWorkflowdecision to signal this workflow execution.The source event with this ID can be found in the history of the source workflow execution.WorkflowExecutionSignaledEventAttributesWorkflowExecutionSignaledEventAttributes. withExternalWorkflowExecution(WorkflowExecution externalWorkflowExecution)The workflow execution that sent the signal.WorkflowExecutionSignaledEventAttributesWorkflowExecutionSignaledEventAttributes. withInput(String input)Inputs provided with the signal (if any).WorkflowExecutionSignaledEventAttributesWorkflowExecutionSignaledEventAttributes. withSignalName(String signalName)The name of the signal received.Methods in com.amazonaws.services.simpleworkflow.model with parameters of type WorkflowExecutionSignaledEventAttributes Modifier and Type Method Description voidHistoryEvent. setWorkflowExecutionSignaledEventAttributes(WorkflowExecutionSignaledEventAttributes workflowExecutionSignaledEventAttributes)If the event is of typeWorkflowExecutionSignaledthen this member is set and provides detailed information about the event.HistoryEventHistoryEvent. withWorkflowExecutionSignaledEventAttributes(WorkflowExecutionSignaledEventAttributes workflowExecutionSignaledEventAttributes)If the event is of typeWorkflowExecutionSignaledthen this member is set and provides detailed information about the event.
-