convert_graph(source, destination[, inputs, ...])
|
|
execute_graph(graph[, engine, inputs, ...])
|
|
install_graph(source[, skip_prompt, ...])
|
|
save_graph(graph, destination[, representation])
|
|
show_graph(source[, inputs, load_options, ...])
|
|
submit_graph(graph[, _celery_options, ...])
|
Submit a workflow to be executed remotely. |