Class Notify
- java.lang.Object
-
- org.apache.syncope.core.flowable.task.FlowableServiceTask
-
- org.apache.syncope.core.flowable.task.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 categoryCUSTOMand resultSUCCESS. Aneventworkflow variable needs to be provided as well.
-
-
Field Summary
Fields Modifier and Type Field Description protected NotificationManagernotificationManager-
Fields inherited from class org.apache.syncope.core.flowable.task.FlowableServiceTask
LOG
-
-
Constructor Summary
Constructors Constructor Description Notify(NotificationManager notificationManager)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voiddoExecute(org.flowable.engine.delegate.DelegateExecution execution)-
Methods inherited from class org.apache.syncope.core.flowable.task.FlowableServiceTask
execute
-
-
-
-
Field Detail
-
notificationManager
protected final NotificationManager notificationManager
-
-
Constructor Detail
-
Notify
public Notify(NotificationManager notificationManager)
-
-
Method Detail
-
doExecute
protected void doExecute(org.flowable.engine.delegate.DelegateExecution execution)
- Specified by:
doExecutein classFlowableServiceTask
-
-