User Activity

To disable the cache option for downloading Snaps. Please add the below property in node properties. jcc.jvm_options = -DDISABLE_SNAP_CACHE_DELETE=True ​To Add this Property, please go to Manager → Shared Project → Snaplex → Click on the Snaplex name...
This can be achieved using Python script for making a pipeline to wait in the flow during execution. Change the value in line number 22 in the script time.sleep(120) Here 120 is the seconds which defined to make the pipeline wait. Note: The value n...
Please find attached pipeline to Migrate Account, Pipelines, Tasks from one ORG to another in the same pod. Configurations Change the source and destination org in the pipeline parameterChange the source and destination project name. Note : All the v...
Using Mapper, we can change the Object in to array. In the below pipeline , data is generated using csv generator in plain text. Pipeline CSV generator configurations Changing the name from object to list. $Name instanceof Array?$Name :[$Name] Her...
CHECKPOINT : Is there a proxy between the groundplex node and the Control Plane? Outbound connectivity to the Control Plane can be tested using the following curl command: On Linux JCCs, $ curl -v https://elastic.snaplogic.com:443 On Windows JCCs, ...