Workflow Name

Is possible to get workflow name by log message?

I need to use the variable inside the currrent workflow

Hi @Nath_Abrao ,

Welcome to UiPath Community.

1 Like

Hey @Nath_Abrao - welcome to the UiPath Community Forums :partying_face:

You can create a workflow name in the config file under “logf_BusinessProcessName”

image

You can then refer to this anywhere the config file is passed to as:
Config(“logF_BusinessProcessName”).ToString
OR for subworkflows:
in_Config(“logF_BusinessProcessName”).ToString

Hopefully this helps :blush:

Cheers

Steve

1 Like

Hello @Nath_Abrao , welcome to the UiPath Community!!

You can try two ways:
Use this custom package: Alphabet Workflow Activities - RPA Component | UiPath Marketplace
Try the workflow activities

You can also log the start and the end of the workflow with this option in the Invoke Workflow Activity

Any questions please let me know

1 Like

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