Implementing Workflow Events in Enterprise Portal

Applies To: Microsoft Dynamics AX 2012 R2, Microsoft Dynamics AX 2012 Feature Pack, Microsoft Dynamics AX 2012

The AxWorkflowActionBar provides several events that can be used if you want to perform additional actions as a document is processed through a workflow for Enterprise Portal. These events are optional. They do not have to be used for a standard workflow implementation in Enterprise Portal. The following table lists the events that are available:

Event

Description

EvaluatingCanSubmitToWorkflow

Occurs when the control attempts to determine whether the current record can be submitted to workflow.

WorkflowConfigurationActive

Occurs after the control has loaded a configuration for the current record.

WorkflowConfigurationLoading

Occurs when the control loads a configuration for the current record and after it has been determined that the record can be submitted to workflow.

WorkflowSubmitCompleted

Occurs after the current record has been submitted to workflow.

WorkflowWorkItemActionCompleted

Occurs after a work item for the current record has been completed.

WorkflowWorkItemActive

Occurs after the control has retrieved a pending work item for the current user and current record.

See also

User Control Events