This site has moved to the integrated Appfire documentation and information site for our apps.

From February 2024 this site is no longer updated.

Take a look here! If you have any questions please email support@appfire.com

Java API

The Appfire Comala Workflows API enables other confluence plugins to interact with Comala Document Management app to enquire about and manipulate states, tasks, and approvals information and to get notifications for 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 Center. Please 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..