From the course: UiPath Essential Training

Unlock the full course today

Join today to access over 22,700 courses taught by industry experts or purchase this course individually.

Framework execution

Framework execution - UiPath Tutorial

From the course: UiPath Essential Training

Start my 1-month free trial

Framework execution

- [Instructor] Now that we've had a quick look at how the framework handles the different types of exceptions, let's go ahead and try running our process for real. We're going to delete this if statement, because we don't need it. Rather than delete the message box, we're going to create a log message, as well, just to say that this particular work item is being processed. Take the syntax, copy into a log message, and delete the message box. Uncomment at the process that we commented out earlier. And let's just check the arguments that we're passing into the process. So, in this case, we don't need to pass in the WID text, we're going to pass in the transaction item and we're also passing in the config dictionary. However, we need to make sure that the WID that is contained within the transaction item is passed successfully into each of the relevant component. Let's go into our process workflow and make sure that…

Contents