ContributionsMost RecentMost LikesSolutionsRe: Passing Timezone to Triggered Task Well we would like to reuse existing triggered task which is reusable task that would trigger various process. Would like to pass a timezone like " EST" , “MST” etc so we could reuse the task as it get triggered by variable dependencies. Passing Timezone to Triggered Task I know there is a way to pass timezone using schedule task but is there a way to pass timezone for a triggered task? Re: PipeLine Execute- File Writter- Getting Batch Number Thank you. This worked well without impacting performance. Re: PipeLine Execute- File Writter- Getting Batch Number we tried implementing this but it would cause an issue if we process more than 3 million records PipeLine Execute- File Writter- Getting Batch Number We are currently creating a Pipeline where we are using a Pipeline Execute. Pipeline Execute we have a batch number defined. In the pipeline that is triggered from PE we are writing a file. I would like to know if there is a way to get the batch number that is triggered i.e., lets say i have 650 records in source and batch number in PE is defined as 100. So for every 100 records it creates a file i want the file name created as filename_batch_1.csv so on and 7th file will have filename_batch_7.csv. Is it possible? SolvedBatch Number From Group By N Hi, I am building a pipeline where i am using Group by N. I would like to know if there is a way to get the batch number of each document. For example lets say i have 100 records in source and my group size is 10. Now this 100 records are divided into 10 batches. I would like to get the number if each batch. Is there a way to do this? Thanks in advance SolvedRe: Stop on error I have used this. But here is my usecase. I want to have process which is able to capture multiple as well as single error and fail the process based on if i want to fail the error on single or multiple errors. Stop on error Hi, Have anyone worked on stop on error logic to capture and stop parent pipeline?