We are contemplating a custom workflow step that will "wait x number of business days".
Is it possible to create a workflow step to "block" the workflow like this? Or would I merely need to create a loop and sleep in the loop?
What happens when the server is restarted? Would the component start over? Will I need to save state so, it doesn't restart the wait from the beginning?
I recognize that this can be handled in different ways but, I'm interested in encapsulating this function into a custom component for design reasons.
Any advice would be appreciated.
Thanks,