Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

You can use the Comala Document Management API Services to request and manipulate State, Tasks, Approval and Document Activity information.

Usage

The API Services are divided in five groups

...

Code Block
languagejava
@ComponentImport
private WorkflowService workflowService;

One thing to be aware of when using the API Services is that many of the get methods are driven by the Confluence index internally. This means that some updates may not appear through calls to the API as the index can take a few minutes to update depending on the settings in your Confluence instance.