ewoks.bindings.submit_graph#
- ewoks.bindings.submit_graph(graph, _celery_options=None, resolve_graph_remotely=None, load_options=None, **options)[source]#
Submit a workflow to be executed remotely. The workflow is resolved on the client-side by default (e.g. load from a file) but can optionally be resolved remotely.
- Parameters:
_celery_options (
Optional[dict])resolve_graph_remotely (
Optional[bool])load_options (
Optional[dict])
- Return type:
Any