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
CEX-724 Add hypermedia links to workflow task definitions and routes (#1115)
* Add hypermedia links to workflow task definitions and routes
- Introduced `_links` property in `workflow_task.yaml` to provide hypermedia links related to workflow tasks, including `self` and `edit` links.
- Updated `workflows_tasks.yaml` to include `_links` for individual tasks in the response, ensuring clients can easily navigate to the task resource and its edit page.
* fix(workflows): update edit link for workflow tasks to public URL
* update swager json
---------
Co-authored-by: Paul Chasle <[email protected]>
0 commit comments