Skip to main content

Hello all!

I need to initialize many thousands of processes and update them in very short period of time ( as quickly as possible) I am initializing and updating processes via K2 API, I noticed that Updating process data fields and Goto Activity command can take up to several seconds together, some times less, but slower then I need.

Does anybody have ideas how can I make this process to be quicker?

Thank you in advance

Do you mean faster as in making the K2 API function calls faster or making your whole process faster? Have you thought of multi-threading?


I mean make K2 API function calls faster.
If I call from several application instances it makes each function call (like go activity function) to react slowly.


Reply