Skip to main content
Solved

Running process flows in SF

  • September 1, 2026
  • 3 replies
  • 41 views

Robin Liu
Sidekick
Forum|alt.badge.img+5

I am working on implementing the Reporting service Thinkstore solution.

I am struggling with two things:

  1. How can I run this process flow in my Software Factory environment?

The custom schedule is not running. Is this normal for SF branches?

There is no API endpoint I can call. Should I turn on deep linking? But this is not possible for generated process flows, so I could try to do it via a DB query or I would need to copy all the dynamic code from this base model and add it manually with adjustments.

  1. If I want to trigger this process flow outside of the schedule

Would it work if I migrate it to a subflow? And have it as both a scheduled system flow and a subflow that can be started by a task?

Or the other option is through an API call which has the same problem as point nr 1.

 

So, some general advice for testing system flows and some advice for how I could start a generated process flow would be very helpful. Thanks!

Best answer by dennis.spiering

Hey Robin,

You can also start process flows from the process flow monitor in the universal GUI debug center, although im not sure if you will run into the same issue where you cant run it because it is generated.

Also i am surprised the generated process flow doesnt have an endpoint, calling it in postman with something like this doesn’t work?
https://server/indicium/sf/application_alias/report_queue_flow
 

3 replies

Forum|alt.badge.img

Hey Robin,

You can also start process flows from the process flow monitor in the universal GUI debug center, although im not sure if you will run into the same issue where you cant run it because it is generated.

Also i am surprised the generated process flow doesnt have an endpoint, calling it in postman with something like this doesn’t work?
https://server/indicium/sf/application_alias/report_queue_flow
 


Robin Liu
Sidekick
Forum|alt.badge.img+5
  • Author
  • Sidekick
  • September 1, 2026

@dennis.spiering 

Oh so that is what this is for!

Thanks bro I didn’t know

 

Also, it does seem there is an endpoint now, so I don’t know why I couldn’t find it at first. Maybe I wrote it wrong or it wasn’t updated yet


Forum|alt.badge.img

No problem Robin! 

Yeah some model changes dont always appear in indicium straight away, i usually recycle indicium when a change doesn’t appear/behave the way i expect it to.