in client/main.js [199:213]
showGraph: Boolean(query.showGraph) === true,
graphView: query.graphView,
workflowId: encodeURIComponent(params.workflowId),
}),
},
},
{
name: 'workflow/pending',
path:
'/domains/:domain/:clusterName?/workflows/:workflowId/:runId/pending',
components: {
pending: WorkflowPending,
},
props: {
pending: ({ params }) => ({