Class UserTaskCommandPreconditionChecker
java.lang.Object
io.camunda.zeebe.engine.processing.usertask.UserTaskCommandPreconditionChecker
-
Constructor Summary
ConstructorsConstructorDescriptionUserTaskCommandPreconditionChecker(List<UserTaskState.LifecycleState> validLifecycleStates, String intent, UserTaskState userTaskState) -
Method Summary
Modifier and TypeMethodDescriptionprotected Either<Tuple<RejectionType, String>, UserTaskRecord> check(TypedRecord<UserTaskRecord> command)
-
Constructor Details
-
UserTaskCommandPreconditionChecker
public UserTaskCommandPreconditionChecker(List<UserTaskState.LifecycleState> validLifecycleStates, String intent, UserTaskState userTaskState)
-
-
Method Details
-
check
protected Either<Tuple<RejectionType,String>, checkUserTaskRecord> (TypedRecord<UserTaskRecord> command)
-