Preconditions for roles
Preconditions by different roles in Naviga ID
Last updated
Preconditions by different roles in Naviga ID
Last updated
The Naviga Writer is configured with Naviga ID to manage the publish flow based on three different roles.
User
Poweruser
Admin
That means that you can have different roles that can have permissions to do certain parts in the publish flow. In the Writer view it can look like this with an approval workflow.
For example maybe only an Adminuser should be able to Approve and from the approved-state be able to Publish and that is then set up as Permission in Preconditions for the nextState.
The full Publish flow then can be described in four steps for the admin role.
As described in the release notes for Writer 6.0.0 (Configuring Extended Publishing Statuses) an example from the config code looks like this:
The plugin configuration for a draft->review->publish
workflow where only administrators are allowed to go from approal state: Review
to publish
.
The config above describes that a user can save to the review status, but not go from the review status to publish. The preCondition.permissions
in the block below shows that only users in the admin groups are allowed to publish an article.
"imext:review" is a custom publishing status which is supported with the release of EditorService 5.0.0
.
The custom publishing statuses are further described in the Default configuration definitions.