This website uses Cookies. Click Accept to agree to our website's cookie use as described in our Privacy Policy. Click Preferences to customize your cookie settings.
Hi SMEs,Good day, any reason why response from SOAP execute snap is taking much longer than with a REST/HTTP client snap?Is this because SOAP execute snap have a large overhead compared with a REST/HTTP client snap? Or is there an underlying process ...
Hi SMEs,Good day, with the upcoming deprecating REST snaps currently migrating some of my ultra task to Http Client snap but Http Client snap needs to have at least 1 output view, while REST post snap can have 0 output viewQuestion: Is there a snap t...
Hi SMEs,Good day, hope all is well.Quick question, other than setting up a dedicated snaplex in running ultra-task is there a way to prioritized ultra-task in a shared snaplex?Just wondering if I can shortened the restart time of an ultra-task in a s...
What is the format of $vendorBill.tranDate?If format is "01-Jan-2025" then this will be Date.parse($vendorBill.tranDate, "dd-MMM-yyyy")If format is "2025-01-31" then this will be Date.parse($vendorBill.tranDate, "yyyy-MM-dd")Hope this helps.
Set a value in "Message count" property of the SQS Consumer snap to control the number of messages to be consumed in each triggerAs for the speed, it depends if you're doing client-acknowledge (synchronous) or auto-acknowledge (asynchronous)If Auto a...