RunLLM / aqueduct

Aqueduct is no longer being maintained. Aqueduct allows you to run LLM and ML workloads on any cloud infrastructure.
https://aqueducthq.com
Apache License 2.0
521 stars 18 forks source link

Update workflow links after UI refactor #1387

Closed likawind closed 1 year ago

likawind commented 1 year ago

Describe your changes and why you are making these changes

This PR updates all user-facing workflow links after UI refactor. There are only two places we produce such links (in notifications and in sdk) and we changed the way we refer to results from ?workflowDagResultId=<value> to result/<value>.

Related issue number (if any)

ENG-3063

Loom demo (if any)

Verified SDK, notification, and workflow breadcrumbs that they all points to the proper result / dag, for workflow with / without runs.

Screenshot 2023-05-30 at 3 13 27 PM

Checklist before requesting a review