- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-18-2025 10:51 PM
Hi Community,
I have a quick question.
If you want to use a single workflow for multiple catalog items with slight modifications specific to each item, how would you approach this? What solutions would you suggest for incorporating these modifications efficiently?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-19-2025 03:02 AM
When you have multiple catalog items that require similar but not identical workflows, it's inefficient to create a separate workflow for each one.
A more elegant and scalable solution is to design a single workflow that leverages a decision table to handle the variations between the items.
Design a decision table with inputs like catalog item name and common variables, and outputs like approval group and task assignment.
Create rules for each variation, and implement the workflow in Flow Designer using a Decision action and subsequent actions based on the decision outputs. Remember to handle missing variables and dynamically build task descriptions.
I want to share one of my pdf article about this by using 7 catalogue item in a single workflow in flow designer.
Please see the attached PDF document for your reference in this reply.
If you like this opinion and your problem is resolved after reviewing and applying it. Please kindly mark this your best answer( Accepted Solution) 🌠 OR mark it Helpful ⛑ if you think that you get some insight from this content relevant to your problem and help me to contribute more to this community
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-19-2025 03:02 AM
When you have multiple catalog items that require similar but not identical workflows, it's inefficient to create a separate workflow for each one.
A more elegant and scalable solution is to design a single workflow that leverages a decision table to handle the variations between the items.
Design a decision table with inputs like catalog item name and common variables, and outputs like approval group and task assignment.
Create rules for each variation, and implement the workflow in Flow Designer using a Decision action and subsequent actions based on the decision outputs. Remember to handle missing variables and dynamically build task descriptions.
I want to share one of my pdf article about this by using 7 catalogue item in a single workflow in flow designer.
Please see the attached PDF document for your reference in this reply.
If you like this opinion and your problem is resolved after reviewing and applying it. Please kindly mark this your best answer( Accepted Solution) 🌠 OR mark it Helpful ⛑ if you think that you get some insight from this content relevant to your problem and help me to contribute more to this community