User Activity

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...