quickstarts/tutorials/workflow/java/child-workflows/childworkflows

14 lines
212 B
Plaintext

@apphost=http://localhost:8080
### Start the ParentWorkflow workflow
POST {{ apphost }}/start
Content-Type: application/json
[
"Item 1",
"Item 2"
]
### Get the workflow status
GET {{ apphost }}/output