Logo

View the Project on GitHub elements-storage/elements-sdk-python

Workflow

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.

Properties

Name Type Description Notes
id int    
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.  
roots [int] Media Roots in which this workflow is available.  
jobs [Job]   [readonly]
name str    

[Back to Model list] [Back to API list] [Back to README]