Uses of Class
org.flowable.bpmn.model.ExternalWorkerServiceTask
Packages that use ExternalWorkerServiceTask
Package
Description
Helper classes for testing processes.
-
Uses of ExternalWorkerServiceTask in org.flowable.bpmn.model
Methods in org.flowable.bpmn.model that return ExternalWorkerServiceTaskMethods in org.flowable.bpmn.model with parameters of type ExternalWorkerServiceTaskModifier and TypeMethodDescriptionvoidExternalWorkerServiceTask.setValues(ExternalWorkerServiceTask otherElement) -
Uses of ExternalWorkerServiceTask in org.flowable.engine.interceptor
Fields in org.flowable.engine.interceptor declared as ExternalWorkerServiceTaskModifier and TypeFieldDescriptionprotected final ExternalWorkerServiceTaskCreateExternalWorkerJobAfterContext.externalWorkerServiceTaskprotected final ExternalWorkerServiceTaskCreateExternalWorkerJobBeforeContext.externalWorkerServiceTaskMethods in org.flowable.engine.interceptor that return ExternalWorkerServiceTaskModifier and TypeMethodDescriptionCreateExternalWorkerJobAfterContext.getExternalWorkerServiceTask()CreateExternalWorkerJobBeforeContext.getExternalWorkerServiceTask()Constructors in org.flowable.engine.interceptor with parameters of type ExternalWorkerServiceTaskModifierConstructorDescriptionCreateExternalWorkerJobAfterContext(ExternalWorkerServiceTask externalWorkerServiceTask, org.flowable.job.service.impl.persistence.entity.ExternalWorkerJobEntity externalWorkerJobEntity, DelegateExecution execution) CreateExternalWorkerJobBeforeContext(ExternalWorkerServiceTask externalWorkerServiceTask, DelegateExecution execution, String jobCategory) -
Uses of ExternalWorkerServiceTask in org.flowable.engine.test
Methods in org.flowable.engine.test with parameters of type ExternalWorkerServiceTaskModifier and TypeMethodDescriptionorg.flowable.engine.impl.bpmn.behavior.ExternalWorkerTaskActivityBehaviorTestActivityBehaviorFactory.createExternalWorkerTaskBehavior(ExternalWorkerServiceTask externalWorkerServiceTask)