Workflow
Create a workflow under the given ensemble
Create/submit a workflow as part of the given ensemble.
post/ensembles/{em-name}/workflows
Request body
Example request
{
"plan_command": "/home/tanaka/workflow.py arg1 arg2"
}Response
Success
Create/submit a workflow as part of the given ensemble.
{
"plan_command": "/home/tanaka/workflow.py arg1 arg2"
}Success