Skip to content

Commit

Permalink
openapi(tasks): include task state in response specification
Browse files Browse the repository at this point in the history
Related to #4683
  • Loading branch information
joaquinfelici committed Nov 21, 2024
1 parent 96b39c5 commit d27a7be
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 d27a7be

Please sign in to comment.