Add a links section to the workflow like we have in actions
R
Romi Hemo
Context / use case:
In our workflows, we frequently have jobs that produce an artifact worth linking to directly - most commonly, a deploy workflow that spins up an environment and we want to link straight to it.
Today, the only way to attach a link is via the links field on an individual action node. The problem: end users looking at a workflow run have no reason to open a specific node to find it. In practice, that means the link is effectively invisible to them.
What we need is a top-level "Job Links" field on the workflow run itself -surfaced next to the Logs tab - so links are visible immediately when someone opens the run, without having to dig into node internals.
Concrete example: Our deploy workflow provisions a temporary environment per run. We'd want that environment's URL to show up as a top-level link on the run as soon as it's created, so anyone checking the run (not just the person who built the workflow) can jump straight to it.
This mirrors the job-link behavior we relied on in the legacy Actions product before migrating to Workflows - it's a gap we hit directly as part of that migration.