I have a requirement as below
I will create a UI in Visual Studio .NET which will list out the various applications, which has to be switch over to DR or vice versa. On selecting the application, it will list out the tasks that has to be performed. This task has to invoke the Final Builder Actions which is already defined.
How to acheive the above requirements ?
In simple word, I just want to utilize the various Actions in Final Builder, in my .NET application.
Through the dotnet application I want to invoke the Final Builder Actions.
Just guide me to perform the above