These roles allow users/groups to realize action on workflows
trigger: Allow users/groups to trigger workflowsYaml example:
name: my-permission-name
workflows:
- role: trigger
all_users: true
project: MYPROJECT
workflows: [wkf1,wkf2]
all_workflows: false
users: [foo,bar]
groups: [grpFoo]
List of fields:
role: [mandatory] role to appliedall_users: applied the permission for all usersproject: [mandatory] the key of the project that contains the workflowsworkflows: list of workflows inside the given projectall_workflows: applied the permission on all workflow inside the given projectusers: list of usernamesgroups: list of groups