User Activity

There has been issues where GroundPlex nodes has failed to start on Windows hosts, usually connected to applied OS patches. It has not been consistent in it’s behavior as of when it fails nor has the trigger of the issue been identified. When the ser...
When designing pipelines we have environment specific parameters (Dev, Test, Prod) in expression libraries. This renders our pipeline development independent of having to alter pipeline parameters or tasks between environments and deploys. However, t...
Spent some time with null checks in the velocity template and would like to share the findings: If you have data in an array such as this example: [ { "Lines": [ { "TEST1": null, "TEST2": "Text"...