Java API

The Appfire Comala Workflows API allows other Confluence plugins (apps) to interact with the Comala Document Management app.

It enables these Confluence plugins to enquire about and manipulate states, tasks, and approvals and receive notifications of workflow events.

General Workflow Object Model

All the workflow information is associated to Pages and Blog posts. The higher level entity is a State, which can be Assigned, and contains Tasks, Approvals and Rejections.

Read Only Mode

The actions in the JAVA API do not perform any read-only mode validation in Confluence Data Center. Make sure to add the necessary checks in your app before it calls the Comala Document Management Java API if you support read-only mode.

Java API pages

Java API documentation (Bitbucket)