From 0841ef909165410bd8ee0937fd1e93503441b4bc Mon Sep 17 00:00:00 2001 From: Ahmed Awan Date: Tue, 3 Sep 2024 18:21:35 -0500 Subject: [PATCH] show workflow input value on graph --- .../Workflow/Editor/NodeInvocationText.vue | 20 +++- client/src/composables/useInvocationGraph.ts | 102 +++++++++++------- 2 files changed, 80 insertions(+), 42 deletions(-) diff --git a/client/src/components/Workflow/Editor/NodeInvocationText.vue b/client/src/components/Workflow/Editor/NodeInvocationText.vue index e9e92f2a7b9c..0b37b9be771c 100644 --- a/client/src/components/Workflow/Editor/NodeInvocationText.vue +++ b/client/src/components/Workflow/Editor/NodeInvocationText.vue @@ -1,4 +1,5 @@