ATM PUT /executions (why not PUT /execution?) returns a an Execution entry, which seems to not be aware of its own executionIdentifier... so I am a bit confused of the "flow" of information here. May be someone could show just on a silly example a typical flow for a simple execution, e.g. to get what is PUT and OUTPUT for each of the following commands for a typical simple execution
- PUT /executions -- to initialize a new one
- GET /executions -- what would it return
- PUT /executions/{executionIdentifier}/play -- which is what I guess is needed to switch execution from "initialized" to actually running?
That would help to mentalize it all -- thank you very much in advance
ATM
PUT /executions(why notPUT /execution?) returns a anExecutionentry, which seems to not be aware of its ownexecutionIdentifier... so I am a bit confused of the "flow" of information here. May be someone could show just on a silly example a typical flow for a simple execution, e.g. to get what is PUT and OUTPUT for each of the following commands for a typical simple executionThat would help to mentalize it all -- thank you very much in advance