workflow resume on workflow as step not working
Or I should say, it's not working using the client JS even though it does appear to work in the playground. But we're stuck not understanding what the difference is.
Here is our workflow:
Even when resumeData is passed in correctly, it always ends up undefined in the step. This is working for steps which are NOT workflows like the above and we are not able to see why.
Here is our workflow:
gatherStep is the suspended step and when using the client :Even when resumeData is passed in correctly, it always ends up undefined in the step. This is working for steps which are NOT workflows like the above and we are not able to see why.