Class WorkflowAlreadyStartedException
Exception thrown by client when attempting to start a workflow that was already started.
Namespace: Temporalio.Exceptions
Assembly: Temporalio.dll
Syntax
public class WorkflowAlreadyStartedException : FailureException
Constructors
WorkflowAlreadyStartedException(String, String, String)
Initializes a new instance of the WorkflowAlreadyStartedException class.
Declaration
public WorkflowAlreadyStartedException(string message, string workflowID, string runID)
Parameters
Type | Name | Description |
---|---|---|
String | message | Error message. |
String | workflowID | Already started workflow ID. |
String | runID | Already started run ID. |
Properties
WorkflowID
Gets the workflow ID that was already started.
Declaration
public string WorkflowID { get; }
Property Value
Type | Description |
---|---|
String |