My process is triggered by external applications. Can I define the maximum numbe

My process is triggered by external applications. Can I define the maximum number of Instances allowed to run in parallel?
I've found two properties to define node limits (MAX_SPAWN_INSTANCES and MAX_NODE_INSTANCES=1000) but nothing related to the main process.
...

OriginalPostID-62182

OriginalPostID-62182

  Discussion posts and replies are publicly visible

Parents
  • OK. You want to block your external application. Right ?
    You could use a SQL DB to save the number of running instances and use this value from the external application. Or you can build a queue in the external application and call a webservice (in external app) at the end of the process that tells the external application to trigger the next process.
Reply
  • OK. You want to block your external application. Right ?
    You could use a SQL DB to save the number of running instances and use this value from the external application. Or you can build a queue in the external application and call a webservice (in external app) at the end of the process that tells the external application to trigger the next process.
Children
No Data