Skip to main content
Version: Next

Process instance modification

You may need to modify an active process instance to allow execution to continue. The execution may be stuck, and you may want to continue the execution on a different activity (i.e. skip or repeat activities).

Modification mode

To enter modification mode, click the modify icon on the process instance header.

enter-modification-mode

The UI will change when you enter modification mode, including a blue banner at the top and two buttons for applying or discarding modifications at the bottom.

modification-mode

Cancel all running tokens on a flow node

To cancel all running tokens on a flow node, take the following steps:

  1. Select the flow node you want to cancel all the running tokens on.

  2. Click Cancel instance from the dropdown.

cancel-token

View the pending modification reflected in the instance history.

cancel-token-result

Add a new token to a flow node

To add a new token to a flow node, take the following steps:

  1. Select the flow node you want to add the new token to.

  2. Click Add from the dropdown.

add-token

View the pending modification reflected in the instance history.

add-token-result

Move all running tokens from one flow node to another

The move operation is equivalent to the combination of Cancel and Add modifications. The modifications described previously can also be achieved with one single move modification.

  1. Select the flow node you want to move the running tokens from.

  2. Click Move instance from the dropdown.

move-token

  1. Select the flow node you want to move the running tokens to.

move-token-select-target

View the pending modification reflected in the instance history.

move-token-result

Add variable to new scopes

During the modification mode, if there are new scopes generated it will be possible to add variables to these new scopes by following these steps:

  1. Select the new scope from the instance history you want to add a variable to.

select-new-scope

  1. Click Add Variable from the variables panel.

add-variable-to-new-scope

  1. Fill out the Name and Value fields for the variable you want to add.

  2. Once you blur out of the field (click anywhere on the screen other than the last edited variable field), assuming the fields have the valid values, the new variable will be added to the pending modifications.

add-variable-result

Edit variable on existing scopes

During modification mode it is possible to edit existing variables in existing scopes by following these steps:

  1. Select the existing scope from the instance history you want to edit variables on.

edit-variable-on-existing-scope

  1. Edit the variable value from the variables panel.

edit-variable-value

  1. Once you blur out of the field (click anywhere in the screen other than the last edited variable field), assuming the new value is valid, the Edit Variable modification will be added to the pending modifications.

edit-variable-result

View summary of pending modifications

To display the pending modifications, click Apply Modifications in the footer.

apply-modifications-button

A modal will be displayed where all modifications can be seen.

modification-summary-modal

Within this modal, you can take the following actions:

  • (1) Delete any modification by clicking the Delete Icon.
  • (2) View an added/edited variable in a JSON/Diff Viewer.
  • (3) Cancel/close the modal and continue with modification mode.
  • (4) Apply the modifications and exit modification mode.

Undo modification

Clicking Undo from the modification footer will undo the latest modification.

undo-modification

Apply modifications

If you click the Apply button from the summary modal as described here, and modification operation is created successfully, you will observe a success notification and changes will be reflected in a short time.

applied-modifications

Non-supported modifications

Some elements do not support specific modifications:

  • Add token/Move tokens to modifications are not possible for the following type of elements:
    • Start events
    • Boundary events
    • Events attached to event-based gateways
  • Move tokens from modification is not possible for a subprocess itself.
  • Add token/Move tokens to modifications are currently not possible for elements with multiple running scopes.

not-supported-flow-nodes