Hi Team,
Could give us a guild line or a consult about this topic?
For we encountered a situation, that we are provided a interface for third-part data import.
For the reason of third-part development ability, they demanded us to provided a workflow to import its data. But it seems a high-frequency execution workflow, which has two activity node like below. The two node is js for data process and xtk.session.Write(myXML). But we found that, if the external signal invoked in 50 time/second, the workflow would be very slowly. Is there any method to improve the performance of workflow?
Solved! Go to Solution.
Views
Replies
Total Likes
Hi,
ACC web services call have some limitation on TPS. It's not recommended to do bulk API update.
Work around can be:
Thanks,
David
Views
Replies
Total Likes
Hi,
ACC web services call have some limitation on TPS. It's not recommended to do bulk API update.
Work around can be:
Thanks,
David
Views
Replies
Total Likes
You may consider an approach based not on external Signal / SOAP based workflow, but a JSSP with the connection handling and db write in one script.
The JSSP executions will multi-thread and scale to the number of available db connections. You can then scale frontal servers/web modules as required.
Views
Replies
Total Likes
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies