Page 1 of 1

You are invoking a workflow file called SecondaryWorkflow.xaml from PrimaryWorkflow.xaml. The following shows the Import

Posted: Wed Mar 15, 2023 5:19 am
by answerhappygod
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"?
You Are Invokin 1
You Are Invokin 1 (17.89 KiB) Viewed 33 times
You Are Invokin 2
You Are Invokin 2 (8.24 KiB) Viewed 33 times
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