Generate Jump-To Options

Last modified: December 1, 2023

1 Introduction

The Generate jump-to options activity allows you to generate a list of workflow activities where the workflow can jump to as its next step. The Apply jump-to option activity should be used after the Generate jump-to options to let the workflow continue from the selected activity. This is useful when, for example, the workflow is in incompatible state and the Workflow Administrator or any other user should be able to select a specific activity where the workflow can continue.

For more information on configuring the jumping to other activities, see Jumping to Different Activities in a Workflow.

2 Properties

An example of Generate jump-to options properties is represented in the image below:

There are two sets of properties for this activity, those in the dialog box on the left, and those in the properties pane on the right.

The Generate Jump-To Options properties pane consists of the following sections:

3 Action Section

The Action section of the properties pane shows the action associated with this activity.

You can open a dialog box to configure this action by clicking the ellipsis () next to the action.

You can also open the dialog box by double-clicking the activity, or right-clicking the activity and selecting Properties.

3.1 Workflow Object

A workflow object of the System.Workflow entity available from the microflow parameters.

3.2 Variable Name or Object Name

The name of the variable or the object returned by the activity. This is an object of the System.WorkflowJumpToDetails entity which can be used by the Apply jump-to option activity.

4 Common Section

For more information on properties in this section, see Common Properties.

5 Read More