Solved

Is it possible to have Multiple instances of the same Process flow running in parallel by calling it as API?

  • 5 July 2022
  • 1 reply
  • 37 views

Userlevel 3
Badge +12

Hi,

As per the subject question: Is it possible to have multiple instances of the same Process flow running in parallel by calling it as API?

 

I want to be dynamically calling the process flow as API to start as many instances as needed to handle the full set of records. Each set will be assigned a group number to identify the different set, and this will be passed in as input to the API call for starting and processing the group set. 

If dynamically starting of multiple instances of the process flows is not possible I will be forced to create a dublicate of the same process flow hardcoding each group set and will not be able to dynamically call as many as I configure.

 

icon

Best answer by Mark Jongeling 5 July 2022, 15:11

View original

This topic has been closed for comments

1 reply

Userlevel 7
Badge +23

Hi,

Yes that is possible. Although if you would like to fill in process variables via the API, you need to enable deep linking for the Process flow. Otherwise a Task can help you out with triggering the Process flow.