workflow-service icon indicating copy to clipboard operation
workflow-service copied to clipboard

Tests with inputs, descriptors available via HTTP

Open david4096 opened this issue 6 years ago • 0 comments

The workflow service can download workflow descriptions that provided as HTTP links. To properly test this surface we should host a workflow description via a SimpleHTTPServer or similar.

This could also be used to test workflows that have inputs that must be downloaded/provisioned, by hosting the inputs needed to perform the test.

To close this add integration tests that show the different ways workflow descriptors can be provided (both HTTP and string).

david4096 avatar Jul 12 '18 02:07 david4096