Running a Sequence (Part 1)

You run a sequence either to extract some output from a series of API calls, or to test the expected behaviour of that series (it passes with a given set of inputs, it fails with a different set of inputs).

A sequence can be run from the browser, triggered through our node module, and soon, scheduled.

On completion it provides the output and status of each endpoint that was called. You can drill into the inputs and poutputs of each.

You can review your historical runs too:

And drill into each run in the same level of details, even if the definition of the sequence has changed: