What is the correct sequence of steps for passing and retrieving data from a workflow invoked in Main.xaml?
Instructions: Drag each description on the left to its appropriate step on the right.
An invoked workflow must be created before its arguments can be defined. After defining the arguments, the workflow is invoked from Main.xaml and its argument definitions are imported; only then can those arguments be mapped to variables in Main.xaml for input and output data transfer.
Community Discussion