Get workflow variable value from outside of the workflow #5839
Unanswered
rosca-sabina
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi!
Is there a way to get the value of a workflow variable from outside of the workflow, just knowing the workflow instance id?
I know you can use
IWorkflowInstanceStore.FindAsync(WorkflowInstanceFilter filter)
to get the workflow instance's data from the configure storage. But how do I get the variable values from theWorkflowInstance
object returned by this method?Beta Was this translation helpful? Give feedback.
All reactions