Package wt.workflow.engine


package wt.workflow.engine
  • Class
    Description
     
     
     
    The ProcessData represents data used by execution objects.
    A signature engine which requires username and password to be supplied.
    Standard implementation of the workflow engine service.
    WfActivity represents a request for work in the context of the containing WfProcess.
    Use the newWfAdHocActivity static factory method(s), not the WfAdHocActivity constructor, to construct instances of this class.


    Supported API: true

    Extendable: false
    Workflow event that can be emitted with an arbitrary payload.


    Supported API: true

    Extendable: false


    Supported API: true

    Extendable: false
    Object to hold list of Process variables that will be delivered on external email notification.


    Supported API: true

    Extendable: false
    This class WfEngineService represents the client accessible API to the workflow engine.
    The WfEngineServiceSvr interface contains the server accessible API.
    WfEventAuditType enumerates the types of events that may occur in the execution of a process that may be recorded or emitted as a keyed event.
    WfEventConfiguration controls the execution behavior of the obejct.
    WfExecutionObject is an abstract base class that defines common attributes, states and operations for processes and steps.


    Supported API: true

    Extendable: false
    This class is for use by WfVariable to hold dynamic activity instructions.
    Abstract base class for non-control workflow link objects.
    WfNode is an interface representing the objects that may occur in a workflow graph.


    Supported API: true

    Extendable: false
    A WfProcess is the performer of a workflow.
    The WfState class 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.