Hi,
When I create a new process in StudioX, it starts as Main.xaml. Can I add another sequence and call from Main?
Thank you,
Hi,
When I create a new process in StudioX, it starts as Main.xaml. Can I add another sequence and call from Main?
Thank you,
Hi @A_Learner
You don’t have an option to add a sequence in Studio X. The whole development must be done in Main.xaml only.
Regards
There is a way!
Create your workflow to be invoked in another project. Once done the development, copy the main.xaml of that project to your parent project but remember to change it’s name so we won’t have two Main.xaml.
Once copied to parent project, Reopen the project so our newly loaded file will be loaded in project, Use Invoke workflow file activity. Click on dropdown and your subworkflow will be listed down there. Just select it and it’s done.
Main/Parent Project:
Child/Sub Workflow project’s Main.xaml
Output of Main/Parent Project:

Sample project:
Main Project.zip (50.9 KB)
Thanks,
Ashok
ctam
@ashokkarale
Please share. Thank you!!
So is there invoke work flow activity for StudioX ?
Thank you,
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.