Download presentation
Presentation is loading. Please wait.
Published byΓολγοθά Αλεξόπουλος Modified over 5 years ago
1
3.3 – Invoke Workflow File Exercise 3.2: Extract as Workflow
Create a new Process project in UiPath Studio named “InvokeWorkflowExercise” Add a Sequence with a DisplayName of “InvokedWorkflow” and add a Message Box activity Create a new String variable named TextMessage Reference the TextMessage variable in the Message Box activity Right-click on the Sequence and select Extract as Workflow In the newly created workflow, create an Argument named in_TextMessage with a Direction of In and Argument type of String Change the reference in the Message Box to in_TextMessage Delete the TextMessage variable Save the “InvokedWorkflow” file and return to Main Notice that UiPath Studio automatically added an Invoke Workflow File activity in place of the InvokedWorkflow Sequence Click on the Import Arguments button Enter “Hello World!” as the Value for the in_TextMessage argument Save and run the workflow
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.