<div dir="ltr">Is it possible at all to dynamically specify a sourcestamp for each scheduler kicked by the a trigger step?<div><br></div><div>A bit of brackground: I've inherited a system where each triggered job is using the property named revision in a number of steps. Such a property is passed to the child by its parent through getSchedulersAndProperties. On top of that each child job can be passed a different 'revision'<br><br>What happens is that 'revision'  always ends up being overwritten by the sourcestamp revision of the parent. So all the children eventually get the same revision even though I am setting it myself from within getSchedulersAndProperties.<br><br></div><div>I was looking at the code and indeed the sourcestamp gets cooked once and then passed in to each child. What I need is to have the system loop through the children, cook a ss based on the properties and then kick them.</div><div><br></div><div>Pardon the wall of text. Hope this was clear enough at least.</div><div><br></div><div>Francesco</div><div><br><br></div></div>