Class WorkflowSystemEvent


  • public final class WorkflowSystemEvent
    extends Object
    This class is a factory for SystemEvents with the category SystemEventCategory.WORKFLOW.

    For each created event, a factory method is available and the name of the event as a constant, for comparison at the receiver. By convention the factory method has the same name as the constant that holds the event's name.

    The factory methods define the possible kind of event parameters.

    API:
    This is a public API.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static String CASE_CHANGED
      The name of the "CASE_CHANGED" workflow system event
      static String CASE_CREATED
      The name of the "CASE_CREATED" workflow system event
      static String TASK_CHANGED
      The name of the "TASK_CHANGED" workflow system event
      static String TASK_CREATED
      The name of the "TASK_CREATED" workflow system event
    • Field Detail

      • TASK_CREATED

        public static final String TASK_CREATED
        The name of the "TASK_CREATED" workflow system event
        See Also:
        Constant Field Values
        API:
        This public API is available in IvyScript and Java. It has the visibility NOVICE.
      • TASK_CHANGED

        public static final String TASK_CHANGED
        The name of the "TASK_CHANGED" workflow system event
        See Also:
        Constant Field Values
        API:
        This public API is available in IvyScript and Java. It has the visibility NOVICE.
      • CASE_CREATED

        public static final String CASE_CREATED
        The name of the "CASE_CREATED" workflow system event
        See Also:
        Constant Field Values
        API:
        This public API is available in IvyScript and Java. It has the visibility NOVICE.
      • CASE_CHANGED

        public static final String CASE_CHANGED
        The name of the "CASE_CHANGED" workflow system event
        See Also:
        Constant Field Values
        API:
        This public API is available in IvyScript and Java. It has the visibility NOVICE.