Skip to content

Commit

Permalink
openapi(tasks): include task state in response specification (operato…
Browse files Browse the repository at this point in the history
…n#247)

Related to camunda/camunda-bpm-platform#4683

Backported commit d27a7be1a70 from the camunda-bpm-platform repository.
Original author: Joaquín <[email protected]>
  • Loading branch information
hauptmedia authored Nov 22, 2024
1 parent 31d2064 commit b12e80c
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,13 @@
type = "string"
desc = "The process instance id of the root process instance that initiated the process
containing this task."
last = true
/>

<@lib.property
name = "taskState"
type = "string"
desc = "The task's state."
last = true
/>

</@lib.dto>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -129,8 +129,13 @@
<@lib.property
name = "tenantId"
type = "string"
last = true
desc = "If not `null`, the tenant id of the task." />

<@lib.property
name = "taskState"
type = "string"
desc = "The task's state."
last = true />

</@lib.dto>
</#macro>

0 comments on commit b12e80c

Please sign in to comment.