Workflow Class [AX 2012]

The Workflow class exposes general services to the workflow infrastructure.

Syntax

class Workflow

Run On

Called

Methods

  Method Description
Gg812434.pubmethod(en-us,AX.60).gif cancelTimeOut Cancels a previous method call to the setTimeOut method. (Inherited from Object.)
Gg812434.pubmethod(en-us,AX.60).gif equal Determines whether the specified object is equal to the current one. (Inherited from Object.)
Gg812434.pubmethod(en-us,AX.60).gif getTimeOutTimerHandle Returns the timer handle for the object. (Inherited from Object.)
Gg812434.pubmethod(en-us,AX.60).gif handle Retrieves the handle of the class of the object. (Inherited from Object.)
Gg812434.pubmethod(en-us,AX.60).gif new Initializes a new instance of the Object class. (Inherited from Object.)
Gg812434.pubmethod(en-us,AX.60).gif notify Releases the hold on an object that has called the wait method on this object. (Inherited from Object.)
Gg812434.pubmethod(en-us,AX.60).gif notifyAll Releases a lock on the object that was issued by the wait method on this object. (Inherited from Object.)
Gg812434.pubmethod(en-us,AX.60).gif objectOnServer Determines whether the object is on a server. (Inherited from Object.)
Gg812434.pubmethod(en-us,AX.60).gif owner Returns the instance that owns the object. (Inherited from Object.)
Gg812434.pubmethod(en-us,AX.60).gif setTimeOut Sets up the scheduled execution of a specified method. (Inherited from Object.)
Gg812434.pubmethod(en-us,AX.60).gif toString Returns a string that represents the current object. (Inherited from Object.)
Gg812434.pubmethod(en-us,AX.60).gif usageCount Returns the current number of references, that is, the value of the reference counter, that the object has. (Inherited from Object.)
Gg812434.pubmethod(en-us,AX.60).gif wait Pauses a process. (Inherited from Object.)
Gg812434.pubmethod(en-us,AX.60).gif xml Returns an XML string that represents the current object. (Inherited from Object.)
Gg812434.pubmethod(en-us,AX.60).gif Gg812434.static(en-us,AX.60).gif ::activateFromWorkflowConfigurationId Activates a workflow based on a workflow configuration ID.
Gg812434.pubmethod(en-us,AX.60).gif Gg812434.static(en-us,AX.60).gif ::activateFromWorkflowSequenceNumber Activates a workflow based on a workflow sequence number.
Gg812434.pubmethod(en-us,AX.60).gif Gg812434.static(en-us,AX.60).gif ::activateFromWorkflowType Activates a workflow from a specified workflow template name.
Gg812434.pubmethod(en-us,AX.60).gif Gg812434.static(en-us,AX.60).gif ::cancelWorkflow Cancels a workflow instance.
Gg812434.pubmethod(en-us,AX.60).gif Gg812434.static(en-us,AX.60).gif ::evaluateWorkflowActivationCondition Evaluates the activation condition for a workflow configuration.
Gg812434.pubmethod(en-us,AX.60).gif Gg812434.static(en-us,AX.60).gif ::findLastTrackingRecordForWorkItem Finds the previous action taken (from the workflow tracking table) for the current work item.
Gg812434.pubmethod(en-us,AX.60).gif Gg812434.static(en-us,AX.60).gif ::findLastWorkflowTrackingRecord Finds the last tracking record for the workflow instance that is identified by the correlation parameter.
Gg812434.pubmethod(en-us,AX.60).gif Gg812434.static(en-us,AX.60).gif ::findTrackingStatusForCurrentUser Attempts to find a workflow instance for the workflow enabled record where the current user is the workflow originator.
Gg812434.pubmethod(en-us,AX.60).gif Gg812434.static(en-us,AX.60).gif ::findTrackingStatusForDocument Finds a workflow instance for the workflow enabled record.
Gg812434.pubmethod(en-us,AX.60).gif Gg812434.static(en-us,AX.60).gif ::findWorkflowConfigToActivateForType Finds a workflow to open from a specified workflow template name and a workflow enabled record.
Gg812434.pubmethod(en-us,AX.60).gif Gg812434.static(en-us,AX.60).gif ::findWorkflowConfigurationToActivate Finds a workflow to enable based on a workflow enabled record.
Gg812434.pubmethod(en-us,AX.60).gif Gg812434.static(en-us,AX.60).gif ::findWorkItemsForCurrentUser Finds all work items that are assigned to the current user for the workflow enabled record.
Gg812434.privmethod(en-us,AX.60).gif Gg812434.static(en-us,AX.60).gif ::getDocumentTableId
Gg812434.pubmethod(en-us,AX.60).gif Gg812434.static(en-us,AX.60).gif ::internalFindWorkItemsForCurrentUser Retrieves all the work items that are assigned to the current user for the workflow-enabled record.
Gg812434.pubmethod(en-us,AX.60).gif Gg812434.static(en-us,AX.60).gif ::recallWorkflow Recalls a line item workflow instance.
Gg812434.pubmethod(en-us,AX.60).gif Gg812434.static(en-us,AX.60).gif ::resumeWorkflow Resumes a workflow instance from a faulted state.

Top

Inheritance Hierarchy

Object Class
  Workflow Class