Workflow Stage Object
This is an object representing a workflow stage.
Properties
Section titled “Properties”idnumberThe numeric ID
allow_publishbooleanBoolean to allow publishing for all the users in the stage
is_defaultbooleanTrue if the workflow stage is the default one for a particular workflow. One workflow can only have one default stage.
user_idsnumber[]An array of user ids that are allowed to change the stage to next available stages
space_role_idsnumber[]Space role ids that are allowed to change the stage to the next available stages
workflow_stage_idsnumber[]An array of IDs of next available stages
namestringThe workflow stage name, cannot be the same as another stage in the same workflow.
colorstringWorkflow stage color, two stages in the same workflow cannot have the same color
allow_all_stagesbooleanBoolean to allow all stages as the next available stages
allow_admin_publishbooleanBoolean to allow admin publishing
allow_all_usersbooleanBoolean to allow changing the workflow stage by all users
allow_admin_changebooleanAllow admins to change from the current stage to the next available stages
allow_editor_changebooleanAllow editors to change from the current stage to the next available stages
positionnumberNumeric position of the workflow stage in the workflow
after_publish_idnumberWorkflow stage id that gets assigned after publishing
workflow_idnumberNumeric ID of the connected workflow. If empty while creating a new stage, then the stage is created in the default workflow.
{"workflow_stage": { "allow_publish": true, "is_default": true, "id": 561397, "user_ids": [ 123123 ], "space_role_ids": [ 111111, 222222 ], "workflow_stage_ids": [ 321321 ], "name": "test!!!", "color": "#11eeeb", "allow_all_stages": false, "allow_admin_publish": true, "allow_all_users": false, "allow_admin_change": true, "allow_editor_change": false, "position": 1, "after_publish_id": 444431, "workflow_id": 61816}}Was this page helpful?
This site uses reCAPTCHA and Google's Privacy Policy (opens in a new window).Terms of Service (opens in a new window) apply.
Get in touch with the Storyblok community