View the Project on GitHub elements-storage/elements-sdk-python
A Media Library workflow: a set of states and the allowed transitions between them, used to track assets through an e.g. review/approval process.
| Name | Type | Description | Notes |
|---|---|---|---|
| states | [{str: (bool, date, datetime, dict, float, int, list, str, none_type)}] | The workflow states an asset can be in. | |
| transitions | [{str: (bool, date, datetime, dict, float, int, list, str, none_type)}] | The allowed transitions between states. | |
| name | str | ||
| roots | [int] | Media Roots in which this workflow is available. | [optional] |