Interface WorkflowExecution.Builder

  • Method Details

    • workflowId

      WorkflowExecution.Builder workflowId(String workflowId)

      The user defined identifier associated with the workflow execution.

      Parameters:
      workflowId - The user defined identifier associated with the workflow execution.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • runId

      A system-generated unique identifier for the workflow execution.

      Parameters:
      runId - A system-generated unique identifier for the workflow execution.
      Returns:
      Returns a reference to this object so that method calls can be chained together.