Back Forward Step page

Each step in an activity may have a designated step page. This is not a special page or a page with specific characteristics, but a reference to a clipboard page that is available to the activity (or a to new page that is created by the step).

The step page becomes the primary page for the duration of this step's execution. Usually, the method in that step accesses or updates properties on that page.

When creating or updating an activity, the developer identifies an existing or new clipboard page for the method (or instruction) in that step to act on, in a column of the Step tab labeled Step Page.

The name in this column typically also appears in the Page Name column of the Pages & Classes tab of the Activity form.

Within a Java step or function rule body, the keyword myStepPage refers to the step page.

Definitions activity, page, primary page, step
Related topics Understanding page names and reserved pages
How to complete a Pages & Classes tab

Up Definitions