UiARD Exam QuestionsBrowse all questions from this exam

UiARD Exam - Question 82


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"?

Show Answer
Correct Answer: B

When executing the PrimaryWorkflow.xaml, the Invoke Workflow File activity passes the value 'Hi, I am passed from the Primary file' to the argument in_WelcomeMessage in the SecondaryWorkflow.xaml. The imported argument will override the default value specified in the SecondaryWorkflow.xaml. Therefore, the log message activity in the SecondaryWorkflow.xaml will print 'Hi, I am passed from the Primary file'.

Discussion

8 comments
Sign in to comment
OnlineOption: B
Apr 5, 2024

Tested

Engineer24Option: B
Apr 20, 2024

Tested also in studio, The correct answer is B.

LarcAi_TrainingOption: B
May 23, 2024

Tested in studio

MirjalolOption: B
Jul 18, 2024

Tested in studio, B

Alan194Option: D
May 12, 2024

x3 tested in studio

Engineer24
Jul 4, 2024

Imposible !

Rag_123
Jun 20, 2024

B is the Answer. Tested in Studio

bhaskar5a5
Sep 6, 2024

Ans : B

IngvarnOption: B
Nov 28, 2024

B. Log message "Hi, I am passed from the Primary file"