- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-14-2018 08:12 AM
If you want to have a single workflow for multiple catalog items with slight modification how would you get the solution incorporated?
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-14-2018 09:54 AM
Hi,
Basically a one-trick workflow would work "easiest" like this...on the catalog item itself you can set the fulfillment group there...as well as a related list of approved by group (or by user)...at the bottom.
So then in your workflow, you can have it initiate, send approval to the approved by group (or by user) and then after that, task fulfillment goes to the group listed in the cat item using scripts like this:
Please mark reply as Helpful/Correct, if applicable. Thanks!
Please consider marking my reply as Helpful and/or Accept Solution, if applicable. Thanks!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-14-2018 09:54 AM
Hi,
Basically a one-trick workflow would work "easiest" like this...on the catalog item itself you can set the fulfillment group there...as well as a related list of approved by group (or by user)...at the bottom.
So then in your workflow, you can have it initiate, send approval to the approved by group (or by user) and then after that, task fulfillment goes to the group listed in the cat item using scripts like this:
Please mark reply as Helpful/Correct, if applicable. Thanks!
Please consider marking my reply as Helpful and/or Accept Solution, if applicable. Thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-29-2019 03:45 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-14-2018 10:03 AM
Wrote one for a client where there were various approval options that would drive the approvals - ran via a matrix
Then there was then a set of routines that would look at some fields that had a JSON that would drive the parallel flow launcher to drive whatever
For another it was similar but instead of calling sub workflows it would call a related catalog item (via a caller activity) and drive that instead

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-14-2018 12:13 PM
if you are on London release, would suggest building the less complex flows with Flowdesigner.