Skip to main content
Planned

Add run now button to system flows in IAM

Related products:Intelligent Application Manager
Arjan Sollie
Geurt
+4
  • Arjan Sollie
    Arjan Sollie
  • Henk-Jan van Laar
  • Maurice Liebregt
  • Geurt
    Geurt
  • Erwin Ekkel
  • Roland
  • Freddy
    Freddy
  • kenterweeme
  • Mark_Plaggenborg

Trouble shooting System flows is very time consuming. To make the process a bit more user friendly a "Run system flow now" button in IAM would be very helpful, so you don't have to wait for the system flow to start. 

Did this topic help you find an answer to your question?

11 replies

Mark Jongeling
Administrator
Forum|alt.badge.img+23
Updated idea status NewOpen

Mark Jongeling
Administrator
Forum|alt.badge.img+23
The following idea has been merged into this idea:
All the votes have been transferred into this idea.
 
Addition from Robbert van Tongeren:

In IAM you can see your system flows and also add an extra schedule as a application owner. But the thing I am missing is that an application owner can manually start a system flow from IAM.

Epically handy when in D/T/A environments but also useful in production when you don't want to wait 59 minutes for a system flow to become active when it just ran 1 minute ago. 


Harm Horstman
Superhero
Forum|alt.badge.img+21

The following idea came to mind for a workaround...

You could create a task that allows you to select the desired system flow and then starts that selected system flow using HTTP connector in a process flow.

You can base the dropdown on a view, which can possibly be composed using a Dynamic Model.


Mark Jongeling
Administrator
Forum|alt.badge.img+23
Harm Horstman wrote:

You could create a task that allows you to select the desired system flow and then starts that selected system flow using HTTP connector in a process flow.

That would mean IAM knows the URL to Indicium, which it does not know. If the user would have to submit this URL, there are other tools such as Insomnia and Postman to perform POST requests.

For this idea, we would probably like to implement a solution to add an adhoc schedule run. This will mean that Indicium will find an extra entry in the scheduled runs and run it accordingly. However, as the idea is still in the Open state, there are no plans of implementing such option yet.


Harm Horstman
Superhero
Forum|alt.badge.img+21

The base URL could be saved in a settings table.

And by this System Flows can also be started by end users if desired.


Harm Horstman
Superhero
Forum|alt.badge.img+21

Some inspiration

 

 

-- table environment
CREATE TABLE dbo.environment(
   env_id                   text_50   NOT NULL PRIMARY KEY
 , env_database_host        text_255  NULL
 , env_database_name        text_255  NULL
 , env_indicium_base_url    text_1024 NULL
 , env_insert_user          usr_name  NOT NULL
 , env_insert_date_time_utc date_time NOT NULL
 , env_update_user          usr_name  NULL
 , env_update_date_time_utc date_time NULL
 )

-- vw_system_flow_lookup
;WITH u AS (
             SELECT env_indicium_base_url 
             FROM   environment 
             WHERE  env_database_host = @@SERVERNAME 
             AND env_database_name    = DB_NAME()
           )
SELECT system_flow_name = 'Get latest invoices', system_flow_url = u.env_indicium_base_url + '/sf_get_latest_invoices' FROM u
UNION
SELECT system_flow_name = 'Sent notifications',  system_flow_url = u.env_indicium_base_url + '/sf_send_notificaations' FROM u

 


Mark Jongeling
Administrator
Forum|alt.badge.img+23

I understand the solution you are proposing, but it is probably not the solution we will be going for.


Harm Horstman
Superhero
Forum|alt.badge.img+21

Ok, it was just an idea of what is already possible.

We look forward to any better solution 👍🏻


Arie V
Community Manager
Forum|alt.badge.img+12
  • Community Manager
  • 1030 replies
  • May 27, 2025
OpenOn the backlog

Arie V
Community Manager
Forum|alt.badge.img+12
  • Community Manager
  • 1030 replies
  • May 27, 2025

We aim to include this feature in Release 2025.2. This solution will allow for triggering an ad-hoc scheduled System Flow from within IAM by an Application Manager. 

This solution does not include the ability to start a System flow from the Process flow monitor for debugging purposes against IAM Applications. We do intend to deliver that capability later this year too through an Indicium release.


Arie V
Community Manager
Forum|alt.badge.img+12
  • Community Manager
  • 1030 replies
  • June 2, 2025
On the backlogPlanned

Cookie policy

We use cookies to enhance and personalize your experience. If you accept you agree to our full cookie policy. Learn more about our cookies.

 
Cookie settings