Versions Compared

Key

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

...

Event

Description

StateChangeEvent

Fired when the state of page or blog post is changed

StateExpireEvent

Fired when the state of a page of blog post has expired

ApprovalAssignedEvent

Fired when the approval is assigned

ApprovalUnassignedEvent

Fired when the approval is unassigned

ContentApproveEvent

Fired when the page or blog post is approved

ContentRejectEvent

Fired when the page or blog post is rejected

TaskCreateEvent

Fired when a task is created

TaskUpdatedEvent

Fired when a task is updated

TaskCompleteEvent

Fired when a task is completed

TaskCloseEvent

Fired when a task is closed (usually when the state changed and there are still open tasks)

TaskAssignEvent

Fired when a task is assigned

TaskDueDateExpiredEvent

Fired when a task due date is expired

Check Comala Document Management API's com.comalatech.workflow.event package and subpackages for more event types in the Javadoc documentation here.

Usage

Workflow events are handled the same way as Confluence events

...