Invoked workflow

A developer invoked a workflow file with three arguments: one “In”, one “Out”, and one “In/Out”. In the Invoked Workflow Arguments window, how can the Value be configured for each argument?

A. In: Variable or Hard-coded value
Out: Variable or Hard-coded value
In/Out: Hard-coded value only

B. In: Variable only -
Out: Variable only -
In/Out: Variable only

C. In: Variable or Hard-coded value
Out: Variable only -
In/Out: Variable only

D. In: Variable or Hard-coded value
Out: Hard-coded value only -
In/Out: Variable only

Hi @Latifa

The correct answer is option C.

When you invoke a workflow, for the In arguments, you can either pass the variable or you can send the hardcoded value. But for Out & In/Out arguments, you need to store the incoming value from the child workflow into the parent workflow via a variable only.

Hope this helps,
Best Regards.

1 Like

Answer is C

image

Thanks.

Answer C

Thank you…

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.