psdi.workflow

Class WFInstance

  • All Implemented Interfaces:
    java.rmi.Remote, MboConstants, MboRemote, MaxRemoteProxy, WFInstanceRemote


    public class WFInstance
    extends Mbo
    implements WFInstanceRemote
    Mbo to represent WFInstance object.

    This is a system level object.

    The key attribute for this object is WfId.

    The attributes in this object are as follows:

    Attribute NameDescription
    ActiveIs this the active instance for the record.
    CurrTaskStartTimeThe time the current task of the instance was initialized.
    OriginatorPersonID of the user that initiated workflow.
    OwnerID Unique key of the Mbo controlled by the instance.
    OwnerTable Name of Mbo controlled by the instance.
    RevisionRevision of main process type.
    StartTimeThe time when workflow is started on a record.
    WfIdUnique identifier of the workflow instance.