The Comala Workflows API enables other confluence plugins to interact with Comala Document Management app to enquire about and manipulate states, task and approvals information and to get notification of workflows 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 will not perform any read-only mode validation in Confluence Data Centre. Please make sure to add the necessary checks in your app before it calls the Java API if you support read only mode.