Interface IWorkflowAfterStatusChangedEvent

All Superinterfaces:
IServerEvent, ISingleWorkflowAdminEvent, de.uplanet.lucy.server.events.ITimestampedEvent, de.uplanet.lucy.server.workflow.serverevent.IWorkflowAdminEvent

@Scriptable public interface IWorkflowAfterStatusChangedEvent extends ISingleWorkflowAdminEvent
This event is sent after a workflow staus has been changed from activated to deactivated, or vice versa.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Get the new status of the workflow.

    Methods inherited from interface de.uplanet.lucy.server.workflow.serverevent.ISingleWorkflowAdminEvent

    getWorkflowGuid

    Methods inherited from interface de.uplanet.lucy.server.events.ITimestampedEvent

    getTimestamp
  • Method Details

    • isActive

      boolean isActive()
      Get the new status of the workflow.
      Returns:
      true if the new status of the workflow is active, or false if it is deactivated.