Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Workflows can be run using the blue “Execute” button in the far upper right.  When a Workflow is executed , the system scans the Workflow’s structure to determine what information is required from the user as inputs and presents a modal screen requesting itthose inputs.  Once this data is supplied, the screen scrolls to the Results area at the very bottom of the Step List and displays the results.

The Results section is broken into three sections:  Status, Stepwise Debugging, and the Raw Output. These sections can be navigated between by clicking on their names (in blue) just below the Results header.  The current section is underlined.

...

The Steps section shows the list of ACP Steps and lists the HTTP code returned at each step. If a step is not run, the HTTP code is listed as “HTTP N/A.”  Clicking on each step displays the variable values that were used in the execution of that step, as well as the output that was returned and the next step taken by the system.  This can be used to trace the flow of data throughout a workflow to determine where an issue occuredoccurred.

The Raw Output section displays the raw JSON returned by the ACP system.  The details of this area are beyond the scope of this document, but this data can provide additional insight into the behavior of the Workflow.  

...