Exam4Training

What is the expected result of executing "PrimaryWorkflow.xaml"?

You are invoking a workflow file called SecondaryWorkflow.xaml from PrimaryWorkflow.xaml.

The following shows the Import Arguments panel of the Invoke Workflow File activity:

In addition, the following reflects the Arguments panel in SecondaryWorkflow.xaml:

You use a Log Message activity in "SecondaryWorkflow.xaml" to print the value of the argument "in_WelcomeMessage".

What is the expected result of executing "PrimaryWorkflow.xaml"?
A . Log message "Hi, I reside at the Secondary file"
B. Log message "Hi, I am passed from the Primary file"
C. A System.InvalidCastException is thrown at the Invoke Workflow File activity
D. A System.ArgumentException is thrown at the Invoke Workflow File activity

Answer: B

Exit mobile version