Hi,
My usecase is as follows,
- I have a workflow which after execution few steps need to pause
- This process may need to pause/wait for even a day or a week.
- This workflow may have thousands of such processes which may be paused at a moment.
- Then due to some other events/API call in the application, I need to exactly query the paused process out of others and resume it again.
What is the right components for this to use.
message Intermediate catch ?
Signal Intermediate catch ?
any other way ?