Monday 18 January 2016

How to: Create a Workflow Task AX 2012


A Microsoft Dynamics AX workflow task is a single unit of work that must be performed. A workflow may contain one or more tasks.
The following procedure describes how to create a new workflow task in the AOT.

To create a workflow task
  1. In the AOT, expand the Workflow node.
  2. Right-click the Tasks node, and then click Add-Ins > Task wizard. TheWorkflow wizard is displayed. This wizard will help you create a new workflow task.
  3. Click Next.
  4. Set the following values for the wizard.
ValueDescription
NameThe name that will be used for the workflow task.
Workflow documentThe class that defines the workflow document for which you are creating a task.
clip_image001Note
This setting must match the Document property setting used in the workflow type for the task.
Document preview field groupThe initial set of fields displayed in the unified work list. Select a field group from the root table specified in the Workflow document that you selected. The Workflow document value must be set before you can select a field group.
Document menu itemChoose the menu item that points to the main form that displays the document for which you are creating a workflow task.
Document web menu itemChoose the web menu item that points to the Enterprise Portal page that displays the document for which you are creating a workflow task.
  1. Specify which types of menu items you want to create. You can create menu items for the Microsoft Dynamics AX client, web menu items for Enterprise Portal, or items for both.
  2. Click Next.
  3. Define the task outcomes. For each outcome that you want to support, supply a Name for the outcome. The name cannot contain spaces. Specify the Type for the outcome. Choose one of the following types:
    • Complete - Completes the workflow task and continues the workflow forward.
    • Return - Returns the task to the originator for changes and then resubmission back to workflow.
    • RequestChange - Sends the task to a specified user for changes and then resubmission back to workflow.
    • Deny - Completes the task as denied and continues the workflow forward.
Click Add.
Note
Each task must have one outcome of type Complete.
  1. After you have finished defining the outcomes, click Next. A list of all of the resources that will be created for the workflow task is displayed.
  2. Click Finish to create the resources. The wizard will create classes, menu items, web menu items, the task, and a project that contains all of the items.
  3. A dialog box will be displayed that indicates the status. Click OK. The project that contains the workflow type resources is displayed.
After a workflow task is created, you can add the workflow task to theSupported Elements node of a workflow type.

No comments:

Post a Comment