Workflow Variable Bundler

Usage

This module is designed for saving and restoring a bundle of variables, e.g. for restarting a workflow or parts of it. Among other things, you can analyze errors or improve the error handling when using this module.

  • To store all current workflow variables in a bundle variable defined in a module before the Workflow Variable Bundler module

  • To restore all workflow variables stored in a bundle variable using a Workflow Variable Bundler module before

Dialog Workflow Variable Bundler – Saving Variables

This dialog offers the following options:

Configuration

  • Bundle variable name

    Enter the name to be used as bundle variable to store the workflow variables.

    You can define the bundle variable at a module before the Workflow Variable Bundler module.

  • Action

    Choose the Save variables in a bundle action. The workflow variables and — if configured — the ISGlobalProcessId variable or all system variables are stored in the configured bundle variable.

  • Specific bundle content

    If this checkbox is activated, one of the following options can be chosen.

  • ISGlobalProcessId variable

    If this option is activated, the ISGlobalProcessId variable is saved to the bundle variable.

  • All workflow system variables

    If this option is activated, all workflow system variables are saved to the specified bundle variable.

    This option is designed only for debugging. System variables cannot be restored.

Dialog Workflow Variable Bundler – Restoring Variables

This dialog offers the following options:

Configuration

  • Bundle variable name

    Enter the name of the bundle variable whose workflow variables are to be restored.

    You can define the bundle variable at a module before the Workflow Variable Bundler module.

  • Action

    Choose the Restore variables from a bundle action. The workflow variables and — if configured — the ISGlobalProcessId are restored.

  • ISGlobalProcessId variable

    If this option is activated, the ISGlobalProcessId variable is restored from the bundle variable being saved before using another Workflow Variable Bundler module.