adamkewley / jobson

A platform for transforming command-line applications into a job service.
Apache License 2.0
256 stars 20 forks source link

Make `expectedOutputs: path` a template string #10

Closed adamkewley closed 6 years ago

adamkewley commented 6 years ago

Currently, this won't work:

expectedOutputs:
- id: ${request.id}
  path: ${request.id}

Because path is assumed to be a static string rather than a template string. Perhaps assuming all strings in execution and expectedOutputs are template strings would increase flexibility

adamkewley commented 6 years ago

Kicked back until a later release (no time for it on this cycle)