New sequence in StudioX

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

@A_Learner,

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:
image

Sample project:
Main Project.zip (50.9 KB)

Thanks,
Ashok :slight_smile:ctam

@ashokkarale
Please share. Thank you!!

@A_Learner,

Updated in previous answer!

Thanks,
Ashok :slight_smile:

So is there invoke work flow activity for StudioX ?

Thank you,

@A_Learner,

Yes, it is!

Thanks,
Ashok :slight_smile:

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