HI,
I have a question related to workflow timeout and saga campnsation.
Let’s say I have a workflow which defines a saga object and registers several compensation activities (depending on code path).
The workflow defines a workflow execution timeout.
Is there any way to have the compensation activities invoked even if the workflow timeout expires?
Thanks
I have one more question, anyway.
Is there any other way to trigger the compensation on workflow timeout without defining the timer within the workflow code? In a way that is “transparent” to the workflow implementation?
Thanks
A