What is difference between Start Process Smart Service and Subprocess?

When to use subprocess and when to Start Process smart service?

I have a question that if we can start a process asynchronously using sub process then why there is a need of start process smart service ? 

As start process smart service starts a process asynchronously which can be achieved by sub process also

  Discussion posts and replies are publicly visible

Parents Reply
  • Hi Dipti ,

    While Using Start process smart service you can parametrise the inputs i.e. You can start any process model . But in Sub process you have to define it.

    Also other important thing to consider is that sub process node starts the process in same engine as the parent process . so if this is called in MNI or loop a specific engine will load up which is a bad design . Start Process Smart service does that engine balancing efficiently .

    Regards,
    Thoufiq.
Children
No Data