static SignalExternalWorkflowExecutionInitiatedEventAttributes.Builder |
SignalExternalWorkflowExecutionInitiatedEventAttributes.builder() |
|
SignalExternalWorkflowExecutionInitiatedEventAttributes.Builder |
SignalExternalWorkflowExecutionInitiatedEventAttributes.Builder.control(String control) |
Data attached to the event that can be used by the decider in subsequent decision tasks.
|
SignalExternalWorkflowExecutionInitiatedEventAttributes.Builder |
SignalExternalWorkflowExecutionInitiatedEventAttributes.Builder.decisionTaskCompletedEventId(Long decisionTaskCompletedEventId) |
The ID of the DecisionTaskCompleted event corresponding to the decision task that resulted in
the SignalExternalWorkflowExecution decision for this signal.
|
SignalExternalWorkflowExecutionInitiatedEventAttributes.Builder |
SignalExternalWorkflowExecutionInitiatedEventAttributes.Builder.input(String input) |
The input provided to the signal.
|
SignalExternalWorkflowExecutionInitiatedEventAttributes.Builder |
SignalExternalWorkflowExecutionInitiatedEventAttributes.Builder.runId(String runId) |
The runId of the external workflow execution to send the signal to.
|
SignalExternalWorkflowExecutionInitiatedEventAttributes.Builder |
SignalExternalWorkflowExecutionInitiatedEventAttributes.Builder.signalName(String signalName) |
The name of the signal.
|
SignalExternalWorkflowExecutionInitiatedEventAttributes.Builder |
SignalExternalWorkflowExecutionInitiatedEventAttributes.toBuilder() |
|
SignalExternalWorkflowExecutionInitiatedEventAttributes.Builder |
SignalExternalWorkflowExecutionInitiatedEventAttributes.Builder.workflowId(String workflowId) |
The workflowId of the external workflow execution.
|