Uses of Interface
org.camunda.bpm.scenario.delegate.ExternalTaskDelegate
-
Packages that use ExternalTaskDelegate Package Description org.camunda.bpm.scenario.act org.camunda.bpm.scenario.impl.delegate org.camunda.bpm.scenario.impl.waitstate -
-
Uses of ExternalTaskDelegate in org.camunda.bpm.scenario.act
Methods in org.camunda.bpm.scenario.act with parameters of type ExternalTaskDelegate Modifier and Type Method Description voidBusinessRuleTaskAction. execute(ExternalTaskDelegate externalTask)Implement this action with custom code to be executed when the process instance arrives at a business rule task (external task waitstate).voidMessageEndEventAction. execute(ExternalTaskDelegate externalTask)Implement this action with custom code to be executed when the process instance arrives at a message end event (external task waitstate).voidMessageIntermediateThrowEventAction. execute(ExternalTaskDelegate externalTask)Implement this action with custom code to be executed when the process instance arrives at a message intermediate throw event (external task waitstate).voidMockedCallActivityAction. execute(ExternalTaskDelegate callActivity)Implement this action with custom code to be executed when the process instance arrives at a mocked call activity.voidSendTaskAction. execute(ExternalTaskDelegate externalTask)Implement this action with custom code to be executed when the process instance arrives at a send task (external task waitstate).voidServiceTaskAction. execute(ExternalTaskDelegate externalTask)Implement this action with custom code to be executed when the process instance arrives at a service task (external task waitstate). -
Uses of ExternalTaskDelegate in org.camunda.bpm.scenario.impl.delegate
Classes in org.camunda.bpm.scenario.impl.delegate that implement ExternalTaskDelegate Modifier and Type Class Description classAbstractExternalTaskDelegate -
Uses of ExternalTaskDelegate in org.camunda.bpm.scenario.impl.waitstate
Classes in org.camunda.bpm.scenario.impl.waitstate that implement ExternalTaskDelegate Modifier and Type Class Description classBusinessRuleTaskExecutableclassMessageEndEventExecutableclassMessageIntermediateThrowEventExecutableclassSendTaskExecutableclassServiceTaskExecutableMethods in org.camunda.bpm.scenario.impl.waitstate that return types with arguments of type ExternalTaskDelegate Modifier and Type Method Description protected Action<ExternalTaskDelegate>MessageEndEventExecutable. action(ProcessScenario scenario)protected Action<ExternalTaskDelegate>MessageIntermediateThrowEventExecutable. action(ProcessScenario scenario)
-