Replay
Replay
lets you replay a saved workflow in your current session. This can be especially helpful for running complicated workflows against fresh data without needing to run each step manually.
Format
Replay
has a single utterance: Replay the workflow <workflow name> <one step at a time>
.
Parameters
Replay
skill uses two parameters:
Workflow name
(required). The name of workflow to replay.One step at a time
(optional). If this parameter is used,Replay
pauses the workflow after each step. Otherwise, each step is run as soon as the previous step finishes.
Output
If the workflow is found and replayed successfully, each step is listed in the chat box and the result of each step is shown in the display panel.
If the workflow isn't found or a step fails, the platform returns an error message.
Examples
To replay a workflow named "Calculate Average Sales" that's already been saved in DataChat, enter Replay the workflow Calculate Average Sales
.
To replay a workflow named "Calculate average sales" that's already been saved in DataChat step-by-step, enter Replay the workflow Calculate Average Sales one step at a time
.