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 All,I am facing a peculiar issue with a new pipeline being built. the pipeline is setup to consume an SQS message > apply some processing and auditing(Via MySQL DB) > acknowledge the SQS messageThe pipeline runs correctly when the SQS Consumer Sna...
Hi All,
Apologies if this one has been asked before.
There is a scenario in the current pipeline being developed where after a filter operation the number of documents returned can be 0. at this point the pipeline completes as there is no further pro...
Hi All,
I am currently working on an integration which requires a subset of the documents I currently have.
e.g.
ID | Name| Position | SecID
1 |Bob | Architect |4
2 |Joe | Architect |3
3 |Steve | Secretery |
4 |Martin| Assistant ...
Hi All,
I’m looking to build a couple of custom snaps to enable native git support within the platform via the jgit library.
I have reached the point where I am deploying the custom snap pack but getting the following exceptions when trying to invoke...
Hi All,
I am recently picking up custom snap development and am beginning now to create my own custom snap pack. the project I am creating involves a custom account view and a custom snap. I have managed initially to create the custom snap with fully...
It turned out that this was a blocking snap based on default configuration from the MySQL account its defaulted to send in batches of 50. changing this to 1 allows for instant DB calls
I would also add that removing the first 'MySQL Execute' snap allows the pipeline to continue but it is then blocked at the next MySQL Execute.I wonder if this snap is blocking and requires all documents before it can execute (like a group or sort)
We are also facing this issue, is there any way to return the results of a batch execute rather than “no count of the number of rows it affected is available”
Thanks @cjhoward18
I did initially look at this kind of solution however not all secretary are given a position of secretary some may be assistant or receptionist. the other problem is that not all secretaries report to architects.
If i was to write ...