Replies: 1 comment 4 replies
-
This looks like a bug to me. Would you mind creating an issue for it referencing this topic? |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi everyone,
I am currently trying to create a (more or less) simple approval workflow with a timeout. Like in this example (https://elsa-workflows.github.io/elsa-core/docs/next/guides/guides-document-approval) I am using a fork activity to split the workflow. However, for my use case I need to loop back to the fork activity (depending on the outcome of the approval activity). Unfortunately, this leads to a stack overflow and a crash.
While I was trying to find the problem I created a minimalistic version of the workflow:
So here I am not using my custom activities but only two timers. The workflows starts as I would expect but as soon as the first timer is done and the IfTrue() part is reached the programm crashes with this error:
The stack trace is even longer of course, this is just the beginning.
My question is: Am I doing something wrong here? Is there another way to achieve my goal?
cheers,
Harrison
Beta Was this translation helpful? Give feedback.
All reactions