Reopen activities

Introduction to reopen activities

Once a case is technically closed, i.e., it reaches an end node (see End nodes) in the workflow, it cannot be edited in any way and there are no activities for this case. Depending on the business process, it might be required to reopen such case. This can be modeled using a reopen activity.

Example use cases for reopen activities are:

When using a reopen activity, the case does not return to the start node, but re-enters the process at the location defined by the outgoing connections of the activity. Reopen activities do not have any incoming connections. They are visible in the scope where they are located and in any sub-scopes of this scope.

Process logic of reopen activities

The case is reopened as soon as the reopen activity is executed. The further processing depends on the outgoing connections of the reopen activity. The process logic of reopen activities is the same as for regular activities (see Process logic of activities).

Please consider the impact of reopening closed case on the workflow as a whole. The following list shows some examples of areas which might need adaption when introducing reopen activities.

Use a script in the reopen activity or place an automatic activity containing a script after the reopen activity in order to add the required logic.

Available settings for reopen activities

The following settings are available for reopen activities:

A reopen activity which is neither exposed to users nor to customers can only be executed by script.