Is there anyway i can use my main.xaml file to run as a sequence in another project

Hi All,

I am working on a project where i already have a workflow of my project in a server and i just created a workflow in my local(for some modification i need to add to my actual project) is there any way i can use the main.xaml(from my local) as a sequence in my main.xaml(from server)??

I mean i can always replicate the work in the server but that would be a redundancy and also i wanted to know whether there is anything to tackle such a situation

Thanks

Hi @shekhawat.arjun1307,
Sure you can. You can just copy xaml file from your project to another one but you need to be sure you have all needed dependencies available.
You should also be interested in using Object Repository: