Passing the context of machine in invoke #4943
Unanswered
gaur23rahul
asked this question in
Q&A
Replies: 1 comment 2 replies
-
You can use the function version of |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Consider the scenario, where I have a state similar to
Now suppose I want to send information from context of current machine to the invoked function which is like
I want to be able to access data in context of machine in the invoke function. Is that possible and if yes then how. I tried going through docs. In the docs for v5, I didn't see any example/mention of using context in such scenarios. Serialization is my hard requirement. Any help would be really helpful. Thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions