Hello, I have a question that,
is it possible to get notified when a workflow is timeout, like a listener listening its status change?
Or i have to check its execution periodically?
THanks!
Hello, I have a question that,
is it possible to get notified when a workflow is timeout, like a listener listening its status change?
Or i have to check its execution periodically?
THanks!
Don’t use workflow timeouts for business logic. Use a timer inside a workflow to run a notification activity.