Interface | Description |
---|---|
IActivityHandler |
Handler for executing a BPMN process activity.
|
IStepHandler |
Handles the transition of steps.
|
ITask |
Interface for domain specific tasks.
|
ITaskContext |
The task context contains the data available to
an application task implementation.
|
Class | Description |
---|---|
BpmnInstanceFetcher |
Fetch values from the context variables of a BPMN process instance
or its superordinated fetcher.
|
BpmnInterpreter |
The bpmn interpreter is able to execute bpmn diagrams.
|
ProcessServiceInvocationHandler |
Invocation handler for mapping service requests to
start events of BPMN processes.
|
ProcessThread |
Representation of a single control flow in a BPMN process instance,
i.e. an instance of a sequence flow.
|
ProcessThreadValueFetcher |
Value fetcher for process threads.
|
ThreadContext |
The thread context represents the current execution context of a thread
including sibling threads and parent contexts (for nested sub processes).
|
Copyright © 2012. All Rights Reserved.