Invoke Workflow question

Hi,
I am using “Use Application\Browser” activity. Within this activity I want to “invoke workflow file” a xaml which has some UI clicks on the same web page. Would this work?

Thank you,

HI,

It’s better to pass UiElement of the browser to callee xaml, as the following.

Use application/Browser in Caller xaml

Callee workflow

(Define UiElement argument)

Regards,

3 Likes

@A_Learner

You have to use another use application browser activity inisde the workflow…

You can either attach to window using selector or can send the output of use application browser from the main xaml to the called xaml

Hope this helps

Cheers

1 Like

Thank you @Anil_G and @Yoichi

Regards,

1 Like

Hi Yoichi,

Here may I know what will be the output of UiElement.

Thanks and have a great day.

1 Like

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