Handling Workflow Events

Microsoft Dynamics AX workflow uses events to initiate business logic in your application. For example, the workflow template has a property event handler for business logic when a workflow is started. Workflow tasks and approvals have started and canceled property event handlers and also an event handler for each outcome type. This section describes workflow events and how to implement them in your application.

In This Section

See Also

Creating Tasks and Approvals

Creating a Workflow Template