Is the purpose of the repeat gateway to execute a script until a certain condition meets? If so, what's the way of configuring the gateway?
I was thinking about creating a script that executes the necessary logic and then checks if a parameter was changed or not. If the parameter didn't change, the logic will get execute it again.
But how this would be different from a script task that has that same logic?
Hi Sebastian, could you describe your use case in more details? Depending on the use case, it is sometimes easier to embed the 'retry' logic in the script task.
More than a use case, I’m generally curious about the repeat gateway functionality.
From your comment, I understand that not all repetitive logic should fall under this function type, but which is scenario that this should be used?