The Workflow Steps section collects your JMP steps. Steps are added while you are recording, when you select Save Script > To Workflow from a platform red triangle menu, when you move a step from the Log History, or when you add an action from the Step Settings. Hover on a step to view the JSL code for the step.
The recording of platform actions occurs when the platform is closed. When a platform is launched, a temporary Launch platform step is added to the workflow. This is an indicator that the recorder is active. Then, when you close the platform, the temporary step is removed and all of your actions are then recorded in a Report snapshot step.
Tip: To add a report step to a workflow that is not recording use the Save Script > Workflow option in the platform red triangle menu prior to closing the report.
Use the controls to start and stop workflow recording or to play the workflow.
|
Starts the workflow recording. Steps not recorded can be added to the workflow from the Log History, from the Enhanced Log, from the platform Save Script > to Workflow option, or pasted from the JSL saved to the clipboard. |
|
Stops the workflow recording. |
|
Resets the workflow. Closes all outputs created by the workflow, resets tables to their original states, and resets the workflow to the first step. Message windows are cleared but not closed. |
|
Executes the current workflow. |
|
Rewinds one step. This closes all outputs created by the current step, resets tables to their states at the previous step, and resets the workflow cursor to the previous step. |
|
Executes the current step and moves the execution cursor to the next step. |
|
Opens JMP Online Help. |
Use additional controls to rearrange steps in the workflow. Alternatively, select a step and drag it to a new position.
|
Moves the selected step up one position. |
|
Moves the selected step down one position. |
|
Removes the current step from the workflow. |
Each step in the workflow has one or more icons.
|
Indicates a step with an error. Highlight the row and open the Step Settings to view the JSL code for the step. |
|
Indicates a step that executes without an error. |
|
Indicates a step that generates a report or new table. Click to see a thumbnail of the report or table. |
|
Indicates the current step. |
|
Indicates a breakpoint. The workflow stops at this step. Click on the gray bar to the left of a step to set a breakpoint for debugging. Click on a breakpoint once to disable and click again to remove the breakpoint. |
|
A check box that is enabled by the Show Enable Checkbox option in the Workflow Builder red triangle menu. Use to enable (check) or disable (uncheck) workflow steps. |
|
Indicates a note for the step. Click to read. Set notes in the Step Settings section. Use to add comments to your workflow. |
|
Indicates that a table or column reference changed during execution. Click to manage reference prompts. See Workflow Builder Reference Manager. |
|
Indicates that the step was skipped due to an if/else statement. |
Select one or more rows and use right-click options to group steps or as alternatives to using the controls.
Cut, Copy, Paste
Use to cut, copy, or paste workflow steps.
Group Selected
Groups selected steps in a group. Rename the group in the Step Settings.
Tip: Group steps in a group to organize long workflows.
Group with For Each
Groups selected steps in a group named For Each Item.
Add Empty Group
Adds an empty group to the workflow. Drag and drop steps into the group.
Ungroup
(Available when a group is selected.) Ungroups the grouped steps.
Step Enabled
Disables or enables the step in the workflow. Disabled steps are indicated by light italic text and are skipped when the workflow runs.
Tip: Use the Show Enable Checkbox option in the Workflow Builder red triangle menu to enable check boxes to manage disabled steps.
Rerecord Steps
Runs the workflow to rerecord steps. Use to identify and remove unnecessary steps. Unnecessary steps are crossed out and removed when you click Done in the Rerecord Steps controls.
Run to Step
Runs the workflow from the current position until the selected step is reached.
Run Selected
Runs the selected step or group of steps.
Set Next Step to Execute
Moves the execution cursor to the selected step to indicate that it is the next step to execute.
Set Breakpoint
Sets a breakpoint in the workflow. Use for testing a portion of your workflow.
Force Prompt for Table
(Available for Open commands.) Enables you to add a prompt to your workflow for the user to select a data table.
Edit
(Available only for Open commands.) Enables you to select a new data table to open and use in subsequent steps.
Hide Tables from Selected
Adds a hide tables step action to the selected steps. After the step runs, any tables created during that step are marked invisible. Use this to hide intermediate tables that do not need to be seen, but cannot be closed because reports or other tables depend on them.