jsolanas7
Results
2
issues of
jsolanas7
Hi, it's possible to get the structure of workflow? For example: `{ "Id": "HelloWorld", "Version": 1, "Steps": [ { "Id": "Hello", "StepType": "MyApp.HelloWorld, MyApp", "NextStepId": "Bye" }, { "Id": "Bye",...
Hi, i'm trying to wait for the same event based on a condition, the problem is that I can use .WaitFor only 2 times, and then at the third time,...