You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 2, 2023. It is now read-only.
But /workflow-instances/recurring-latest doesn't have that structure and just shows the data array:
[
{ ... }
]
Not sure if this is intentional or not. One way I've seen around returning pagination details in the body (and having to wrap the actual body) is to do it in the response headers.
The text was updated successfully, but these errors were encountered:
/tasks
,/workflows
and/workflow-instances
shows a structure like this:But
/workflow-instances/recurring-latest
doesn't have that structure and just shows the data array:[ { ... } ]
Not sure if this is intentional or not. One way I've seen around returning pagination details in the body (and having to wrap the actual body) is to do it in the response headers.
The text was updated successfully, but these errors were encountered: