Skip to content

Question: shouldn't PUT /executions return executionIdentifier? #93

@yarikoptic

Description

@yarikoptic

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

  1. PUT /executions -- to initialize a new one
  2. GET /executions -- what would it return
  3. 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

Metadata

Metadata

Assignees

Type

No type
No fields configured for issues without a type.

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions