SignalExternalWorkflowExecutionInitiatedEventAttributes |
SignalExternalWorkflowExecutionInitiatedEventAttributes.clone() |
|
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.
|