On top of its integrated editors (scripts, flows, apps), getOperate allows users to see and test what they are building directly from the editor, even before deployment.
getOperate: Run preview
command.
Test flow
. This will open a drawer with the flow’s inputs and its status.
Upon execution, you can graphically preview (as a directed acyclic graph) the execution of the flow & the results & logs of each step.
From the menu, you can also access past runs & saved inputs.
At last, you can fill arguments from a request.
Test flow
, you will get the same components (Flow inputs, status, input library etc.), only the flow will execute until a given step, included.
Test this step
is a way to test a single step of the flow. It comes useful to check your code or to have the results of your current steps suggested as inputs for further steps.
The arguments are pre-filled from the step inputs (if the arguments use results from previous steps, they will be used if those were tested before), but you can change them manually.