Are you asking how users can submit their tasks to your custom framework? Your framework should probably expose an API for that.
On Fri, Jul 8, 2016 at 4:30 AM, Bryan Fok <[email protected]> wrote: > Hi all > > After I have my custom framework running in , for instance, a python > process > > How do I submit a task to it through another python process from another > machine? Through the framework name? Any document around this? > > BR > Bryan >

