Home > @tridion-sites/open-api-client > ActivityType
Defines a type of an Activity.
Members: * Normal
- Normal activity.
* Decision
- Decision activity.
Signature:
export declare enum ActivityType
Member | Value | Description |
---|---|---|
DECISION | "Decision" |
|
NORMAL | "Normal" |