Task Creation is very slow

Hi All,

We have a workflow system where we are generating dynamic process(which generate view task) using Create process smart services, but it is very slow, the smart service takes more than 2second to create next process, that makes our system very slow.

can anyone help us on this? is there anything that we can replace or change so it create next process faster?

Thanks a lot

  Discussion posts and replies are publicly visible

Parents Reply
  • Thanks for replying.  

    Dynamic process mean we are fetching process model using getprocessmodeldetailsbyuuid method by passing UUID of process,

    the process model which is returned by getprocessmodeldetailsbyuuid is then passing to Start Process smart service and this start process takes time. The view task mean task generated by User Input Task node, it is interface where user need to complete their task.

    And yes, user is waiting for the task to generate from above process. 

    Let me know if need more details , Thanks

Children