null


Skip to end of banner
Go to start of banner

Comala Document Management workflow

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Current »

Overview

A workflow codifies a business or compliance process into...

baw_graphic_wfbuilder.png

The following workflows are included as templates in the space settings document management dashboard in all your spaces:

Custom workflows can also be created in a space to meet your business, team, or project needs.

States and transitions

These define the milestones (states) and routes between them (transitions) of your process. Transitions can take place based on content change, a content review, or a trigger action.

Content Reviews

Content reviews (known as approvals) are key events in the content production lifecycle, where reviewers check the content and decide whether to approve or reject the content. Based on this decision the workflow moves the content to a new workflow state - a content review transition. For each review, you can assign one or more users as reviewers.

Workflow Triggers

Workflow triggers can be used to add flexibility to your workflow. On a workflow event, a workflow trigger can change a workflow state; send a custom email; or add a custom on-screen message notification for your users.

As users interact with content and the workflow, events are sent, such as a state change, an approved review decision, or a task assigned.

One or more workflow triggers can be set to listen for an event such as a state change to a specific state.

When the event occurs, the trigger can set one or more actions. These include sending a custom email, setting a message, or changing the state.

You can use these triggers to augment the content production process and automate workflow transitions.

Workflow Parameters

Workflow parameters can help manage your reviewers or expiry dates for your approved pages. Your workflow can dynamically adapt to changing situations by using a workflow parameter.

For example, you want to use the same workflow in different spaces, but each space uses different team members as workflow approval reviewers

  • users or user groups can be added as a value for a workflow parameter

  • the workflow approval is configured to assign users as reviewers using the parameter value

  • the parameter value used by the workflow is set in the space document management dashboard in each space

The included Quality Management System Workflow uses a workflow parameter value to assign reviewers to the approval in the In Approval state.

Workflow parameters can be created in a workflow to use different data types for the content value.Adding a string type parameter as a placeholder for a project name value using workflow parameter

  • string workflow parameter value is a string of characters

  • user workflow parameter value is one or more Confluence usernames

  • group workflow parameter value is one or more Confluence group names

  • duration workflow parameter value is a period or set date

  • list workflow parameter value is a list of values that are options for the value of the workflow parameter

You can create and edit workflow parameters using workflow builder.

A workflow parameter cannot be used as a value for another workflow parameter.

Workflow template

A Comala Document Management workflow can easily be edited or created using the workflow builder visual editor.cdmc_wfbuilder_copycontentexpiryworkflow.png

The visual editor can also be used to inspect an exist workflow.

Each workflow is scripted using JSON code and is stored in a template. The workflow template can be edited in the code editor.

cdmc_codebuilder_copybasicapproval.png

Changes in one editor are automatically updated in the other.

A workflow template can be added and applied to an individual page, or more usually in production mode, a workflow is added and applied to all content across a space by the space administrator.

  • No labels