cylc-ui icon indicating copy to clipboard operation
cylc-ui copied to clipboard

workflow service: add interface for one-off queries

Open oliver-sanders opened this issue 5 years ago • 0 comments

At present the workflow service provides an interface to register a subscription for some data which then gets requested and committed to the central data store.

There is also a requirement for one-off requests e.g. requesting additional informational information about a job. This should be requested once and the data should not be committed to the central data store.

Create a request endpoint (or something like that) in the workflow service to sit alongside the subscribe one.

oliver-sanders avatar Sep 09 '19 15:09 oliver-sanders