Package wt.workflow.engine
package wt.workflow.engine
-
ClassDescriptionThe
ProcessDatarepresents data used by execution objects.A signature engine which requires username and password to be supplied.Standard implementation of the workflow engine service.WfActivityrepresents a request for work in the context of the containing WfProcess.Use thenewWfAdHocActivitystatic factory method(s), not theWfAdHocActivityconstructor, to construct instances of this class.
Supported API: true
Extendable: falseWorkflow event that can be emitted with an arbitrary payload.
Supported API: true
Extendable: false
Supported API: true
Extendable: falseObject to hold list of Process variables that will be delivered on external email notification.
Supported API: true
Extendable: falseThis classWfEngineServicerepresents the client accessible API to the workflow engine.TheWfEngineServiceSvrinterface contains the server accessible API.WfEventAuditTypeenumerates the types of events that may occur in the execution of a process that may be recorded or emitted as a keyed event.WfEventConfigurationcontrols the execution behavior of the obejct.WfExecutionObjectis an abstract base class that defines common attributes, states and operations for processes and steps.
Supported API: true
Extendable: falseThis class is for use by WfVariable to hold dynamic activity instructions.Abstract base class for non-control workflow link objects.WfNodeis an interface representing the objects that may occur in a workflow graph.
Supported API: true
Extendable: falseAWfProcessis the performer of a workflow.TheWfStateclass enumerates the possible states an execution object may be in.Used together with the State type to define the state transitions anexecution object can perform when it is in a particular state.Name-value pair.