Interface RequestCancelExternalWorkflowExecutionDecisionAttributes.Builder

  • Method Details

    • workflowId

      The workflowId of the external workflow execution to cancel.

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

      The runId of the external workflow execution to cancel.

      Parameters:
      runId - The runId of the external workflow execution to cancel.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • control

      The data attached to the event that can be used by the decider in subsequent workflow tasks.

      Parameters:
      control - The data attached to the event that can be used by the decider in subsequent workflow tasks.
      Returns:
      Returns a reference to this object so that method calls can be chained together.