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
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.
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")