Package io.holunda.camunda.taskpool.api.task
See: Description
-
Object Summary Object Description Companion -
Interface Summary Interface Description CamundaTaskEventType Identifies camunda task event. EngineTaskCommand Task command received from the Camunda Engine. InteractionTaskCommand Task command caused by user or system interaction with a task. SourceReference Represents the source of the task. TaskIdentity Task identity. TaskIdentityWithPayloadAndCorrelations Task identity which can be enriched with payload and correlations. WithFormKey Identifies elements with form key. WithPayload Represents task payload. WithTaskId Identifies the fact that the task id is present. -
Class Summary Class Description EngineTaskCommandSorter Provides an ordering for EngineTaskCommand based on their order property. AssignTaskCommand Engine command assigning a task. CreateTaskCommand Engine command to create a task. DeleteTaskCommand Engine command to delete a task. CompleteTaskCommand Engine command to complete a task. UpdateAttributeTaskCommand Command to change a task attribute. UpdateAssignmentTaskCommand Command to change task assignment. AddCandidateGroupsCommand Assignment command to add one or more candidate groups. DeleteCandidateGroupsCommand Assignment command to delete one or more candidate groups. AddCandidateUsersCommand Assignment command to add one or more candidate users. DeleteCandidateUsersCommand Assignment command to delete one or more candidate users. ClaimInteractionTaskCommand Assign a user to the task. UnclaimInteractionTaskCommand Un-assign a user from the task. CompleteInteractionTaskCommand Complete a task using provided payload and an optional user (as assignee). DeferInteractionTaskCommand Set follow-up date for the task. UndeferInteractionTaskCommand Set follow-up date for the task. ProcessReference The source of the task is a process. CaseReference The source of the task is a case.
GenericReference The source of the task is no workflow engine EngineTaskCommandSorterKt