-
- All Implemented Interfaces:
-
io.holunda.camunda.taskpool.api.task.CamundaTaskEventType,io.holunda.camunda.taskpool.api.task.EngineTaskCommand,io.holunda.camunda.taskpool.api.task.WithTaskId
public final class DeleteTaskCommand implements EngineTaskCommand
Engine command to delete a task.
-
-
Constructor Summary
Constructors Constructor Description DeleteTaskCommand(String id, Integer order, String eventName, String deleteReason)
-
Method Summary
Modifier and Type Method Description StringgetId()Task id. IntegergetOrder()Used to order commands before sending in case multiple events are received from the engine for the same task in the same transaction. StringgetEventName()Event classification. final StringgetDeleteReason()-
-
Method Detail
-
getOrder
Integer getOrder()
Used to order commands before sending in case multiple events are received from the engine for the same task in the same transaction. Commands with lower order value are sent before commands with higher order value.
-
getEventName
String getEventName()
Event classification.
-
getDeleteReason
final String getDeleteReason()
-
-
-
-