- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-06-2019 05:23 AM
Hi,
I have a question regarding performance of Flow designer. I've created a very simple Flow.
Trigger: (condition is empty because it doesn't matter at all)
Action:
The issue is that, when I do any change on the incident the flow changes the description after aprox 30 seconds or even not trigger it at all.
I understand, there is some schedule job which process the flows.
How I can force it to runs quicker?
Solved! Go to Solution.
- Labels:
-
flow designer
- 6,068 Views
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-26-2019 01:51 AM
The delays where caused by global scope. When I moved the flows to custom scope, problem was solved.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-04-2019 12:55 PM
There should be no discernible difference between global scope and private scoped execution. I've had our Quality Engineering team run through a battery of tests, and can confirm there is not difference. I suspect there is something else occurring (not flow related) causing the delay -- and it's just manifesting through your flow testing. If you can reproduce the issue, please submit an Incident in HI and engineering can assist in troubleshooting your specific situation.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-10-2019 12:02 PM
Ho do you change the "application" value from global after creation? You can from the actions on selected rows select move to application, but that is not the same list available in application (sys_scope) when you create a flow

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-11-2019 02:13 PM
The only way to change it, is to make a copy. At time of copy (via ellipses menu on the top right), you'll be presented with an application scope picker to choose the scope of the copy.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-20-2020 02:36 AM
thanks it helped