Here you will find current permissions by role (provided with a starter-kit) transcribed into readable text. This way we hope you can setup appropriate security rules for the creative worklow while using a security from security.xml.
Status of assets created with the creative workflow
The current behavior is configured by a damutils configuration, which enables the transition of all assets created through the creative workflow to the published status (ID 6).
This configuration means that all assets created from spaces will get it’s status modified to published by the publish action.
So if you want to change the status of asset created with the creative worfklow, you will have to change the action called in worfklowTrigger
If new workflow status added, how will notifications behave
We are currently sending email notifications on each status change for each teammember or only for the owner according to PACKAGED_CreativeWorkflow.send_notification_to_team 's value.
Here you will find more detailed information about the notification system setup for the creative workflow.
As status change email notification are based on the delayed notification system, if you want to add a customized behaviour for a specific status (for example), you will have to create your own Groovy script (you can check existing ones for inspiration).
and update the configuration of PACKAGED_CreativeWorkflow.batch_topics_processors. You will have to follow the instructions described in the link provided above.