Tuesday, January 1, 2013

Stopping multiple records in Workflow at Once:


Maximo 7.5 has a class file to stop Workflow on many records at one time. 

The StopWorkflowAction.class file is located in the \maximo\applications\maximo\businessobjects\classes\psdi\workflow folder.

To use it we first need to create an Action and then run it with an Escalation.

The Class file will change the Active Inbox Assignments to Assignstatus | Inactive| which will remove them from the Workflow Inbox and will add a transaction to WFTransaction table saying that the Workflow process was stopped.

No comments:

Post a Comment