Interface StartWorkflowExecutionResponse.Builder

    • Method Detail

      • runId

        StartWorkflowExecutionResponse.Builder runId​(String runId)

        The runId of a workflow execution. This ID is generated by the service and can be used to uniquely identify the workflow execution within a domain.

        Parameters:
        runId - The runId of a workflow execution. This ID is generated by the service and can be used to uniquely identify the workflow execution within a domain.
        Returns:
        Returns a reference to this object so that method calls can be chained together.