Uses of Interface
org.camunda.bpm.scenario.delegate.TaskDelegate
-
Packages that use TaskDelegate Package Description org.camunda.bpm.scenario.act org.camunda.bpm.scenario.impl.delegate org.camunda.bpm.scenario.impl.waitstate -
-
Uses of TaskDelegate in org.camunda.bpm.scenario.act
Methods in org.camunda.bpm.scenario.act with parameters of type TaskDelegate Modifier and Type Method Description voidUserTaskAction. execute(TaskDelegate task)Implement this action with custom code to be executed when the process instance arrives at an user task. -
Uses of TaskDelegate in org.camunda.bpm.scenario.impl.delegate
Classes in org.camunda.bpm.scenario.impl.delegate that implement TaskDelegate Modifier and Type Class Description classAbstractTaskDelegate -
Uses of TaskDelegate in org.camunda.bpm.scenario.impl.waitstate
Classes in org.camunda.bpm.scenario.impl.waitstate that implement TaskDelegate Modifier and Type Class Description classUserTaskExecutable
-