Enum SystemEventCategory

    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
      THIRD_PARTY
      3rd party code that is plugged into ivy (e.g.
      WORKFLOW
      Used for events that originate in the workflow system
    • Enum Constant Detail

      • THIRD_PARTY

        public static final SystemEventCategory THIRD_PARTY
        3rd party code that is plugged into ivy (e.g. custom PI or EventStartBean instances or Extension systems) can use this category to send events (to other 3rd party parts).
        API:
        This public API is available in IvyScript and Java. It has the visibility NOVICE.
      • WORKFLOW

        public static final SystemEventCategory WORKFLOW
        Used for events that originate in the workflow system
        API:
        This public API is available in IvyScript and Java. It has the visibility NOVICE.