[Question] How to notify to sub-statemachine that some properties of host statemachine has been changed #926
Unanswered
xiaozhikang0916
asked this question in
Q&A
Replies: 1 comment
-
|
I would suggest having the long running action in a separate place if you want to just update values that change in the state instead of cancelling the long running action when the identity changes. We usually then expose a |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have a sub statemachine with long-running non-restartable job, and dependends on some properties of the host state. How should I tell the sub statemachine that such properties has been changed during the transitions of host statemachine, without relaunching the sub statemachine?
There may be 2 ways I can find at this time:
Beta Was this translation helpful? Give feedback.
All reactions