Uses of Interface
org.flowable.engine.impl.delegate.TriggerableActivityBehavior
Packages that use TriggerableActivityBehavior
Package
Description
-
Uses of TriggerableActivityBehavior in org.flowable.engine.impl.bpmn.behavior
Classes in org.flowable.engine.impl.bpmn.behavior that implement TriggerableActivityBehaviorModifier and TypeClassDescriptionclassDenotes an 'activity' in the sense of BPMN 2.0: a parent class for all tasks, subprocess and callActivity.classImplementation of the BPMN 2.0 ad-hoc subprocess.classclassclassclassclassclassclassclassclassclassclassActivity implementation of the BPMN 2.0 business rule task.classImplementation of the BPMN 2.0 call activity (limited currently to calling a subprocess and not (yet) a global task).classclassStart a CMMN case with the case service taskclassclassclassclassclassclassImplementation of the BPMN 2.0 event subprocess start event.classImplementation of the BPMN 2.0 event subprocess start event.classImplementation of the BPMN 2.0 event subprocess start event.classImplementation of the BPMN 2.0 event subprocess event registry start event.classImplementation of the BPMN 2.0 event subprocess message start event.classImplementation of the BPMN 2.0 event subprocess signal start event.classImplementation of the BPMN 2.0 event subprocess timer start event.classImplementation of the event subprocess variable listener start event.classImplementation of the Exclusive Gateway/XOR gateway/exclusive data-based gateway as defined in the BPMN specification.classclassSuperclass for all 'connectable' BPMN 2.0 process elements: tasks, gateways and events.classSuper class for all gateway activity implementations.classImplementation of the Inclusive Gateway/OR gateway/inclusive data-based gateway as defined in the BPMN specification.classclassclassclassclassclassclassclassclassclassclassclassImplementation of the BPMN 2.0 'manual task': a task that is external to the BPMS and to which there is no reference to IT systems whatsoever.classImplementation of the multi-instance functionality as described in the BPMN 2.0 spec.classclassImplementation of the 'none start event': a start event that has no specific trigger but the programmatic one (processService.startProcessInstanceXXX()).classImplementation of the Parallel Gateway/AND gateway as defined in the BPMN 2.0 specification.classclassclassA receive task is a wait state that waits to receive some message.classImplementation of the BPMN 2.0 script task.classSends an event to the event registryclassclassActivityBehaviorused when 'delegateExpression' is used for a serviceTask.classActivityBehavior that evaluates an expression when executed.classclassclassclassImplementation of the BPMN 2.0 subprocess (formally known as 'embedded' subprocess): a subprocess defined within another process definition.classParent class for all BPMN 2.0 task types such as ServiceTask, ScriptTask, UserTask, etc.classclassclassclassAn activity behavior that allows calling Web services -
Uses of TriggerableActivityBehavior in org.flowable.engine.impl.bpmn.helper
Classes in org.flowable.engine.impl.bpmn.helper that implement TriggerableActivityBehaviorModifier and TypeClassDescriptionclassHelper class for bpmn constructs that allow class delegation.classHelper class for bpmn constructs that allow class delegation.classHelper class for Collection handlers to allow class delegation. -
Uses of TriggerableActivityBehavior in org.flowable.engine.impl.bpmn.http.handler
Classes in org.flowable.engine.impl.bpmn.http.handler that implement TriggerableActivityBehaviorModifier and TypeClassDescriptionclassHelper class for HTTP handlers to allow class delegation.