Interface SignalExternalWorkflowExecutionFailedEventAttributes.Builder

    • Method Detail

      • workflowId

        SignalExternalWorkflowExecutionFailedEventAttributes.Builder workflowId​(String workflowId)

        The workflowId of the external workflow execution that the signal was being delivered to.

        Parameters:
        workflowId - The workflowId of the external workflow execution that the signal was being delivered to.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • runId

        SignalExternalWorkflowExecutionFailedEventAttributes.Builder runId​(String runId)

        The runId of the external workflow execution that the signal was being delivered to.

        Parameters:
        runId - The runId of the external workflow execution that the signal was being delivered to.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • initiatedEventId

        SignalExternalWorkflowExecutionFailedEventAttributes.Builder initiatedEventId​(Long initiatedEventId)

        The ID of the SignalExternalWorkflowExecutionInitiated event corresponding to the SignalExternalWorkflowExecution decision to request this signal. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

        Parameters:
        initiatedEventId - The ID of the SignalExternalWorkflowExecutionInitiated event corresponding to the SignalExternalWorkflowExecution decision to request this signal. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • decisionTaskCompletedEventId

        SignalExternalWorkflowExecutionFailedEventAttributes.Builder decisionTaskCompletedEventId​(Long decisionTaskCompletedEventId)

        The ID of the DecisionTaskCompleted event corresponding to the decision task that resulted in the SignalExternalWorkflowExecution decision for this signal. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

        Parameters:
        decisionTaskCompletedEventId - The ID of the DecisionTaskCompleted event corresponding to the decision task that resulted in the SignalExternalWorkflowExecution decision for this signal. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • control

        SignalExternalWorkflowExecutionFailedEventAttributes.Builder control​(String control)

        The data attached to the event that the decider can use in subsequent workflow tasks. This data isn't sent to the workflow execution.

        Parameters:
        control - The data attached to the event that the decider can use in subsequent workflow tasks. This data isn't sent to the workflow execution.
        Returns:
        Returns a reference to this object so that method calls can be chained together.