Skip to content
Discussion options

You must be logged in to vote

Hi @floboc, currently we don't have this functionality but it is on the roadmap.
As a temporary solution perhaps, a loop may signal the need of a "check step" that if exceeded certain count/time it can end the process with something like:

myStep
    .OnFunctionResult()
    .StopProcess();

myStep
    .OnEvent("myThresholdEvent")
    .StopProcess();

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@esttenorio
Comment options

Answer selected by esttenorio
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
.NET Issue or Pull requests regarding .NET code processes
3 participants