ContributionsMost RecentMost LikesSolutionsRe: API for task scheduling Thanks I was able to solve the issue, please mark it as resolved. Re: API for task scheduling I cant find enough on documentation, do you have sample pipeline to change the schedule of task ? that will be very helpful here. As always thank you for your help … Re: API for task scheduling thanks for enable / disable functionality but scheduling using api is our main deliverable here. Re: API for task scheduling any response much appreciated here … API for task scheduling we have a need here where we need to allow a task schedule change from external application, does snaplogic supports such requests ? is there any API available to change the task schedule ? Mostly schedule change will encompass following - task schedule date time change task enable / disable define new task with schedule for deployed pipeline Any help is much appreciated here… Re: New element in mapper Thanks I was able to get done with child pipeline here. I am wondering why parser looses the header such as $[“content-location”] If we can have a flag on parser to preserve those headers, we would be able to accomplish all in one pipeline ? Re: New element in mapper Any one had done something like this ? help much appreciated here New element in mapper I have a pipeline in which I am reading a file and parse it with CSV parser. Name|Age|Gender David| 18| M Julie|20|F I am able to parse the file but at the end of each record, I would like to append a file name in which record comes. So reading a file using file reader and copying a file name on copy snap to merge with join but somehow I only see a file name on first record. I am trying a merge join but it merges output at first record, how do I merge file name on to mapped element ? So expecting output something like this - Name Age Gender Filename David 18 M names.csv Julie 20 F names.csv Thanks… Re: Framework: Error Handling & Retry Patterns In our case, we are exposing pipeline on REST so our client expects to see error when error occurs. Re: Framework: Error Handling & Retry Patterns dmiller: DO NOT have any open output views in the error pipeline unless ultra needs one… So how do I pass error information to client ?