SysWorkflow::submit Method [AX 2012]

Microsoft internal use only.

server public static void submit(
    CLRObject _workflowContext, 
    WorkflowUser _originator, 
    WorkflowConfigurationId _configurationId, 
    WorkflowComment _comment, 
    NoYes _activatingFromWeb)

Run On

Server

Parameters

_workflowContext
Type: CLRObject Class
An instance of the CLRObject class.
_originator
Type: WorkflowUser Extended Data Type
A WorkflowUser value.
_configurationId
Type: WorkflowConfigurationId Extended Data Type
A WorkflowConfigurationId value.
_comment
Type: WorkflowComment Extended Data Type
A WorkflowComment value.
_activatingFromWeb
Type: NoYes Enumeration
A NoYes Enumeration value.
Show: