Syntax Changes for Parameters from 5.0 to 5.1

There is a syntax change for the parameters in 5.1. Any usage of parameters with $ prefix now require encircling the path in parentheses. For example,  $FileSystem1.FullPath  in 5.0 should be changed to $(FileSystem1.FullPath) in 5.1.

 

When using output from dataflow in a decision expression, the syntax has changed. You now have to say

RunDataflowTask.Output.CompletedSuccessfully instead of RunDataflowTask.CompletedSuccessfully where RunDataflowTask is the name of the run dataflow action in the workflow.

Have more questions? Submit a request

0 Comments

Please sign in to leave a comment.