Reframework Conection : Want to create a final squenece after the process is run in End Process state

Hi

I have a dispatcher running perfect
i have a performer running perfect

now after the performer is done running , when it goes to end process state i want to add a sequence of sending email.

however , i am not able to use Config file there in end state ??

i want to use Config File(assets, excel file path) in End porcess as well !!

what changes needs to be done in the connection ?? so that the assets are accessible in my final state as well ?? becuase rightnow i am not able to use them at all in End proces state

please explain me

1 Like

Hi @samantha_shah

Create a Argument in_Config as in Argument inside Close All Applications.xaml. And configure it with Config which is present as variable in End Process in the Invoke Arguments section.


In the same way you can access ExcelFilePath too.

Regards

2 Likes

Hi @vrdabberu varun

thanks for the reply

however which Dictionary type could be selected for argument type ?

and for the Excel path it is present inside the config file it can be accessed with in_configcorect ?

1 Like

Hi @samantha_shah

You will have the assets in the Asset sheet and ExcelFilePath in Settings Sheet right. You can configure it as ExcelFIlePath = in_Config("ExcelFilePath.ToString")

In the same way you an configure Assets too.

Regards

1 Like

Hi @vrdabberu

thanks for clearing the doubts , it worked

cheers thanks again.

2 Likes

You’re welcome @samantha_shah

Happy Automation!!

1 Like

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