Interface HumanTaskStateInterceptor
public interface HumanTaskStateInterceptor
-
Method Summary
Modifier and TypeMethodDescriptionvoid
handleClaim
(TaskEntity task, String userId) void
handleComplete
(TaskEntity task, String userId) void
handleCompleteWithForm
(TaskEntity task, FormInfo formInfo, String userId, String outcome, Map<String, Object> payload) void
handleInProgressStart
(TaskEntity task, String userId) void
handleUnclaim
(TaskEntity task, String userId)
-
Method Details
-
handleInProgressStart
-
handleClaim
-
handleUnclaim
-
handleComplete
-
handleCompleteWithForm
-