Skip to content

Commit

Permalink
feat(dashboard): Add Node highlighting for WorkflowEvents
Browse files Browse the repository at this point in the history
  • Loading branch information
Snarr committed Dec 3, 2024
1 parent 9e6fa4d commit 1c3daff
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -96,9 +96,7 @@ export const WorkflowEventDef: FC<Props> = ({ spec }) => {
<LinkWithTenant
className="py-2 text-blue-500 hover:underline"
target="_blank"
// TODO: Add node highlighting
// href={`/wfRun/${concatWfRunIds(workflowEvent.id?.wfRunId!)}?threadRunNumber=${workflowEvent.threadRunNumber}&nodeRunName=${workflowEvent.nodeRunPosition}-${spec.id?.name}-WORKFLOW_EVENT`}
href={`/wfRun/${concatWfRunIds(workflowEvent.id?.wfRunId!)}`}
href={`/wfRun/${concatWfRunIds(workflowEvent.id?.wfRunId!)}?threadRunNumber=${workflowEvent.nodeRunId?.threadRunNumber}&nodeRunName=${workflowEvent.nodeRunId?.position}-throw-${spec.id?.name}-THROW_EVENT`}
>
{concatWfRunIds(workflowEvent.id?.wfRunId!)}
</LinkWithTenant>
Expand Down

0 comments on commit 1c3daff

Please sign in to comment.