You are on page 1of 19

Workflow in Microsoft Dynamics AX 2009

Aman Nain Columbus IT India

AGENDA

Introduction Architecture overview Setup (Steps) Development (Workflow objects)

INTRODUCTION
Workflow - "Machine readable code for a business process Feature of Base AX 2009 Workflow components reside on a Web Server Utilizes the Windows Workflow Foundation (.NET 3.0) Utilizes the AX Batch framework Requires AD User for Workflow Requires exclusive site on IIS to function The Workflow components on the Web server use the .NET BC to communicate with the AOS using Workflow system account (existing AX user).

ARCHITECTURE OVERVIEW

SETUP (Steps)
Setup AD User for Workflow Account & configure in AX

SETUP (Steps)
Setup & Configure IIS on Web Server

SETUP (STEPS)
Setup Workflow Component using AX installation option Run the Workflow Infrastructure Configuration Wizard {Batch Jobs, Workflow site} Configure the Workflow in AX

WORKFLOW OBJECTS
Workflow templates
Workflow templates capture information about workflow categories, what business document the workflow will operate over, what workflow elements (Tasks and Approvals) are required in the workflow configuration, which application event handlers will handle the events that are raised as the workflow executes etc. The first step in creating a workflow is to add a workflow Template. A Workflow Template can be said to be the metadata. A workflow template provides information on: Which workflow document to use. Tasks and approvals that can be configured by the user. Workflow categories used for assigning a workflow template to a specific module

WORKFLOW OBJECTS
Workflow templates

WORKFLOW OBJECTS
Workflow category
The workflow category determines whether a workflow template is available in a specific module. After a workflow category is created, it is possible to bind the workflow category to a workflow template

WORKFLOW OBJECTS
Workflow category

WORKFLOW OBJECTS
Workflow configuration
A Workflow Configuration is bound to a single Workflow Template, and there can be multiple Workflow Configurations for the same Workflow Template. Only a single Workflow Configuration for each Workflow Template can be the default Workflow Configuration. The Workflow Configuration captures what tasks will be executed, who the tasks are assigned to.

WORKFLOW OBJECTS
Workflow query
Dynamics AX workflow uses a query to set up conditions for a workflow. The query identifies which data is available to workflow users. Queries are bound to Workflow templates. Once the query is created, a Workflow class needs to be created which contains the query name & any calculated fields

WORKFLOW OBJECTS
Workflow tasks
AX workflow tasks are used to track documents or tasks from the start to the end of a work process. A workflow may contain one or many tasks. Each task contain one step.

WORKFLOW OBJECTS
Workflow tasks

WORKFLOW OBJECTS
Workflow approvals
Workflow Approvals are used to track status of Workflow documents . The fixed outcomes are Approve, Reject, or Request Change.

WORKFLOW OBJECTS
Workflow approvals

WORKFLOW OBJECTS
After you create a task, approval, or outcome in a AX workflow, it must be added to a menu item. The enduser can then start the task or approval using the menu item as a part of the workflow process. Workflow can be activated throughout the various lifecycle stages of a business document: Create, Update, Delete, Post. The Workflow runtime will execute the Workflow and assign Tasks to users. Users interact with the Workflow through Alerts/Workflow Tasks, from where they can take action (Approve, Reject) or they can navigate to the business document and view all details before taking the workflow action.

Q and A

You might also like