ArcFM Desktop Overview > Process Framework Overview > Tools > Tasks |
Once you have created your custom tool, it will need to perform an action when the user clicks the button or selects the menu item. You may write code to execute any type of action you want. This section discusses one possible option: tasks. The default tools provided with Workflow Manager call tasks to execute actions. Tasks consist of subtasks. You may also create custom subtasks. |
|
Tasks are created using the Process Framework Admin Tool (see Process Framework Admin Tool online help). This section describes the code used by the Process Framework Admin Tool to create the task as it is designed by the user.
Enable a Task
If you have created a task and it isn’t enabled in your extension, there may be several reasons. The Enabled method on the IMMPxTask interface does several things before enabling a task.