I am exploring Release Management 2013 from the continuous deployment point of view. While creating release template and adding actions I came across some scenarios and have queries on the same.
1) Can I add conditions such as if-else style to the deployment sequence while creating a workflow for release template? I have not seen any default action for this.
2) Can I get the return value/code of a process/action and based on it perform the suitable action for subsequent action in the flow or use it as an argument in subsequent flow?