Workflow contextId is getting lost on suspend #1533
Unanswered
amanshrm365
asked this question in
Q&A
Replies: 1 comment
-
|
What package version are you using? There was a problem with context not being loaded in time, but I’ve not seen the context ID getting lost. If you are seeing this behavior with the latest prerelease (2.3 from MyGet) then I would love a repro that I can investigate. |
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.
-
Hi i am trying with the start at activity whenever i put a activity in suspend state and when it comes back onResumeAsync method it's workflow context become null even contextId get's lost.
Whenever first activity goes into suspend state the next activity lost it contextId.
is there any way to persist the context Id when suspend is occured?
Beta Was this translation helpful? Give feedback.
All reactions