Interface WorkflowExecution.Builder

    • Method Detail

      • 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

        WorkflowExecution.Builder runId​(String 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.