User Activity

Hi, I want to create a global variable so that the same value is accessible anywhere in the pipeline. In my case I get token from api and I need to pass same token to child pipeline which are executed sequentially.Below is screenshot of pipeline whic...
Hi All, I want to stop the processing of the parent pipeline when there is error in the any of the child pipeline. Currently I am using error pipeline for error handling only in the parent pipeline below is the screenshot: After executing the pipeli...
The usecase is to generate a uniqueID and load the uniqueID and status as “inprogress” in database. After that call the child pipelines.If all the child pipeline gets executed successfully update the status of uniqueID to success in database. Is ther...