Class Notify

  • All Implemented Interfaces:
    org.flowable.engine.delegate.JavaDelegate

    public class Notify
    extends FlowableServiceTask
    General-purpose notification task for usage within workflow. It requires a pre-existing Notification with category CUSTOM and result SUCCESS. An event workflow variable needs to be provided as well.
    • Field Detail

      • notificationManager

        protected final org.apache.syncope.core.provisioning.api.notification.NotificationManager notificationManager
    • Constructor Detail

      • Notify

        public Notify​(org.apache.syncope.core.provisioning.api.notification.NotificationManager notificationManager)
    • Method Detail

      • doExecute

        protected void doExecute​(org.flowable.engine.delegate.DelegateExecution execution)
        Specified by:
        doExecute in class FlowableServiceTask