Debug: stopping a message flow instance

While debugging, a message flow cannot be redeployed until it has been stopped.

About this task

While you are debugging, you might need to stop a message flow instance. For example, you might want to correct an error in your flow or source code. To do this, you must stop the flow and then redeploy it. See Debug: redeploying a message flow.

To stop message flow processing, run it to completion:

Procedure

  1. Switch to the Debug perspective.
  2. In the Debug view:
    • either, click Run to completion Run to completion on the toolbar.
    • or, right-click the flow stack frame, then click  Run to completion Run to completion.

Results

The flow instance ignores all breakpoints and processing continues to the end. The flow instance is automatically removed from the Debug view.

What to do next

After stopping a flow instance, you can start to debug another message flow, or end your debugging session: