Interface ResumeWorkflowRunResponse.Builder

  • Method Details

    • runId

      The new ID assigned to the resumed workflow run. Each resume of a workflow run will have a new run ID.

      Parameters:
      runId - The new ID assigned to the resumed workflow run. Each resume of a workflow run will have a new run ID.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • nodeIds

      A list of the node IDs for the nodes that were actually restarted.

      Parameters:
      nodeIds - A list of the node IDs for the nodes that were actually restarted.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • nodeIds

      A list of the node IDs for the nodes that were actually restarted.

      Parameters:
      nodeIds - A list of the node IDs for the nodes that were actually restarted.
      Returns:
      Returns a reference to this object so that method calls can be chained together.