Exam UiARD All QuestionsBrowse all questions from this 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"?

    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
MirjalolOption: B

Tested in studio, B

LarcAi_TrainingOption: B

Tested in studio

Engineer24Option: B

Tested also in studio, The correct answer is B.

OnlineOption: B

Tested

IngvarnOption: B

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

bhaskar5a5Option: B

Ans : B

Rag_123Option: B

B is the Answer. Tested in Studio

Alan194Option: D

x3 tested in studio

Engineer24

Imposible !