-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Labels
Description
There's a need to have a RESTful tasker. Something that act as a transport layer between Flor and the real tasker. What I have in mind is to use Flack's API itself so it would be composed of two parts;
- to manage workflows (e.g. create,list) and;
- to act as a RESTful tasker - i.e. the Flack Tasker
This ticket is about the latter. I think by default Flack could provide a configurable tasker that would know at which URL (RESTful service) to push a received task. Then, a listener would accept the response from the RESTful client and push back the task to Flor. @jmettraux I would like your input on this.
n.b. At a latter time, we could expose the same thing but through a pull mechanism.
Reactions are currently unavailable