Process execution controls
Infor Process Designer has a set of commands for controlling the execution of a process so that you can potentially isolate a problem with a process. These commands enable you to do things such as start, pause, resume a process, or skip to a particular activity node in a process.
Available commands is displayed as icons on the Designer toolbar. Hover over an icon for a text description.
The Run to this activity command is an exception. This command is available only by right-clicking the activity to use it with.
| Command | What it does |
| Run process |
Starts the execution of a process and is available only if the process is currently not running or paused.
Note:
A process can be run locally or on the server, depending on the Run Mode. The default mode is Local. If you select Server and the process has not previously been run on the server, you are prompted to save the process to the server. See Run process. |
| Stop process | Submits a request to stop the running process. The process usually stops after the current activity node, but does not cause an active activity node to stop while it is running. |
| Pause process | This command causes a running process to pause after the currently running activity node. |
| Resume process | This command resumes a paused process, continuing from the point that it was paused. |
| Execute current activity | This command performs a single step, causing the currently paused process to execute the activity node it is currently paused at, and then pauses the process once again. |
| Run to this activity |
Creates a temporary run to breakpoint at the specified activity node. If the process is not running, the process starts and runs to the specified point, assuming the logic in the process causes that activity node to execute. If the process is currently paused, the process resumes and runs to the specified point.
Note:
This command is available only as a context menu of the activity node in the graphical editor. Right click the activity node icon in the graphical editor and select Debug to access this command. |
| Go to this activity |
This command alters the execution of the currently paused process. The process continues execution at the specified activity node, instead of the activity it is currently paused at.
Note:
This command is available only as a context menu of the activity node in the graphical editor. Right click on the activity node icon in the graphical editor and select Debug to access this command. |