
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-17-2019 11:36 PM
I have a catalog item that is linked to a flow, but the flow never fires and I'm not sure why.
It all seems simple enough to set up, but nothing happens when I order an item. Have I missed a configuration step?
If I submit a record from the portal it creates an RITM. If I then test this flow using that RITM record, the flow itself works fine and creates the catalog task record, the flow itself, though, just never gets triggered when the record is created from the portal.
Is there some system property or something I might have missed?
Solved! Go to Solution.
- Labels:
-
Service Catalog

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-20-2019 04:00 PM
Okay, I've figured it out... the table sc_req_item has a business rule called Start FlowDesigner Flow that controls the activation of Flows, and it hinges on the stage being request_approved (something that's not used where I'm currently working). Once I took that into account, the flow kicked off nicely...
Thanks,

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-20-2019 04:00 PM
Okay, I've figured it out... the table sc_req_item has a business rule called Start FlowDesigner Flow that controls the activation of Flows, and it hinges on the stage being request_approved (something that's not used where I'm currently working). Once I took that into account, the flow kicked off nicely...
Thanks,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-21-2019 12:23 AM
Grt .

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-02-2019 10:07 PM
Hi Peter,
I have the same problem that you've described above. I see that this business rule will only start the FlowDesigner flows if the current.stage === request_approved. However when the user fills out the service catalog request, the value for the sc_req_item is set to waiting_for_approval. There are no associated approval records because my flow was not started (which is where I wanted to create the approval records for the assignment_group).
So, how do I properly get my Flow to start upon initial creation of the Catalog request? I have mine setup exactly like you do with my sc_req_item pointing to my flow. But still, my flow will not trigger. It only works when testing it from Flow Designer admin screen. Thanks.
Todd

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-03-2019 04:01 PM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-07-2019 10:14 AM
Yep, that's the ticket and thank you. I also posted a lengthy question on my own and finally figure it out as well. Here's my post that has a lot of detail too that might also help others.