exception documentation
class ActivityAlreadyStartedError(FailureError): (source)
Constructor: ActivityAlreadyStartedError(activity_id, activity_type, run_id)
Thrown by a client when an activity execution has already started.
| Method | __init__ |
Initialize a workflow already started error. |
| Instance Variable | activity |
ID of the already-started activity. |
| Instance Variable | activity |
Activity type name of the already-started activity. |
| Instance Variable | run |
Run ID of the already-started activity if this was raised by the client. |
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. |