Workflow::activateFromWorkflowConfigurationId Method [AX 2012]

Activates a workflow based on a workflow configuration ID.

Syntax

server public static WorkflowCorrelationId activateFromWorkflowConfigurationId(
    WorkflowConfigurationId _workflowConfigurationId, 
    RecId _recId, 
    WorkflowComment _initialNote, 
    NoYes _activatingFromWeb, 
   [WorkflowUser _submittingUser])

Run On

Server

Parameters

  • _activatingFromWeb
    Type: NoYes Enumeration
    A flag that signifies the origin of the submission.

Return Value

Type: WorkflowCorrelationId Extended Data Type
The ID of the workflow instance that will be used for correlation.

See Also

Reference

Workflow Class