Hi. I have a process with multiple nested exceptions. I know I can use a Note for the tasks required if the first exception rule is met, but within these exception rules, there can be another exception - can the tasks for the second exception be listed under an Activity, or will I need to create a sub-process for them?
The process steps are:
- Task = Check for stock on regional store.
- Note: What if no regional stock? Actions under Note: Check in national store
- What if no national stock? Action: Order parts
I know the obvious thing to do is to create an Order Parts process, but just wondering if instead of a process, this can just link to an Order Parts activity.
Thanks.