WorkflowContext Class [AX 2012]

The WorkflowContext class contains the workflow document identity information and the workflow identity information.

Syntax

class WorkflowContext implements SysPackable

Run On

Called

Methods

  Method Description
Gg798325.pubmethod(en-us,AX.60).gif cancelTimeOut Cancels a previous method call to the setTimeOut method. (Inherited from Object.)
Gg798325.pubmethod(en-us,AX.60).gif equal Determines whether the specified object is equal to the current one. (Inherited from Object.)
Gg798325.pubmethod(en-us,AX.60).gif getTimeOutTimerHandle Returns the timer handle for the object. (Inherited from Object.)
Gg798325.pubmethod(en-us,AX.60).gif handle Retrieves the handle of the class of the object. (Inherited from Object.)
Gg798325.protmethod(en-us,AX.60).gif new Initializes a new instance of the WorkflowContext class.
Gg798325.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.)
Gg798325.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.)
Gg798325.pubmethod(en-us,AX.60).gif objectOnServer Determines whether the object is on a server. (Inherited from Object.)
Gg798325.pubmethod(en-us,AX.60).gif owner Returns the instance that owns the object. (Inherited from Object.)
Gg798325.pubmethod(en-us,AX.60).gif pack Serializes the current instance of the WorkflowContext class.
Gg798325.pubmethod(en-us,AX.60).gif parmCompanyId Gets or sets the CompanyId parameter.
Gg798325.pubmethod(en-us,AX.60).gif parmParentCorrelationId Gets or sets the ParentCorrelationId parameter.
Gg798325.pubmethod(en-us,AX.60).gif parmRecId Gets or sets the RecId parameter.
Gg798325.pubmethod(en-us,AX.60).gif parmRootCorrelationId Gets or sets the RootCorrelationId parameter.
Gg798325.pubmethod(en-us,AX.60).gif parmSubWorkflowId Gets or sets the SubWorkflowId parameter.
Gg798325.pubmethod(en-us,AX.60).gif parmTableId Gets or sets the TableId parameter.
Gg798325.pubmethod(en-us,AX.60).gif parmWorkflowCorrelationId Gets or sets the WorkflowCorrelationId parameter.
Gg798325.pubmethod(en-us,AX.60).gif setTimeOut Sets up the scheduled execution of a specified method. (Inherited from Object.)
Gg798325.pubmethod(en-us,AX.60).gif toString Returns a string that represents the current object. (Inherited from Object.)
Gg798325.pubmethod(en-us,AX.60).gif unpack Deserializes the _packedClass parameter value to an instance of the WorkflowContext class.
Gg798325.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.)
Gg798325.pubmethod(en-us,AX.60).gif wait Pauses a process. (Inherited from Object.)
Gg798325.pubmethod(en-us,AX.60).gif xml Returns an XML string that represents the current object. (Inherited from Object.)
Gg798325.pubmethod(en-us,AX.60).gif Gg798325.static(en-us,AX.60).gif ::construct Initializes a new instance of the WorkflowContext class.
Gg798325.pubmethod(en-us,AX.60).gif Gg798325.static(en-us,AX.60).gif ::create
Gg798325.pubmethod(en-us,AX.60).gif Gg798325.static(en-us,AX.60).gif ::newRootWorkflowContext Creates an instance of a root WorkflowContext Class.
Gg798325.pubmethod(en-us,AX.60).gif Gg798325.static(en-us,AX.60).gif ::newSubWorkflowContext Creates an instance of a sub-workflow WorkflowContext class.
Gg798325.pubmethod(en-us,AX.60).gif Gg798325.static(en-us,AX.60).gif ::newWorkflowContext Creates an instance of a WorkflowContext Class.

Top

Remarks

This class is used by both the Workflow Runtime and the AOS to identity the workflow and workflow document.

Inheritance Hierarchy

Object Class
  WorkflowContext Class