Execute process¶
-
Examples:
- sync execution without deployment
- sync execution with deployment (warn about not using a reloader web server)
- async execution with deployment
http localhost:5000/processes/simple-flow/execution \ Prefer:respond-async \ inputs:='{"name": "John Doe"}' \
- async execution with deployment and using a response of type
document
http localhost:5000/processes/simple-flow/execution \ Prefer:respond-async \ response=document \ inputs:='{"name": "John Doe"}'
- async execution with deployment and using a response of type
document
with result being requested by reference
Retrieve execution results¶
- with a storage block
- without it