Home > @tridion-sites/open-api-client > ActivityState
Defines a state of an Activity.
Members: * Assigned
- The Activity is assigned to the User or Group.
* Started
- The Activity is started by a User.
* Failed
- The Activity is failed.
* Finished
- The Activity is finished.
* Suspended
- The Activity is suspended.
* WaitingForWorkflowAgent
- The Activity is waiting for execution by Workflow Agent.
* UnknownByClient
- Special reserved value used to notify an older API version client about the presence of an enumeration member added in a later API version. Explicitly setting this value by a client is not allowed, but client code should check it and be able to handle such cases.
Signature:
export declare enum ActivityState
Member | Value | Description |
---|---|---|
ASSIGNED | "Assigned" |
|
FAILED | "Failed" |
|
FINISHED | "Finished" |
|
STARTED | "Started" |
|
SUSPENDED | "Suspended" |
|
UNKNOWN_BY_CLIENT | "UnknownByClient" |
|
WAITING_FOR_WORKFLOW_AGENT | "WaitingForWorkflowAgent" |