exception documentation
class WorkflowAlreadyStartedError(FailureError): (source)
Constructor: WorkflowAlreadyStartedError(workflow_id, workflow_type, run_id)
Thrown by a client or workflow when a workflow execution has already started.
| Method | __init__ |
Initialize a workflow already started error. |
| Instance Variable | run |
Run ID of the already-started workflow if this was raised by the client. |
| Instance Variable | workflow |
ID of the already-started workflow. |
| Instance Variable | workflow |
Workflow type name of the already-started workflow. |
Inherited from FailureError:
| Property | failure |
Underlying protobuf failure object. |
| Property | message |
Message. |
| Instance Variable | _failure |
Undocumented |
| Instance Variable | _message |
Undocumented |
Inherited from TemporalError (via FailureError):
| Property | cause |
Cause of the exception. |