I have created new workflow so i want to add this xmal into mainworkflow

I have created new workflow so i want to add this xmal into mainworkflow hpw to do this ? and i want to add this in state
guide me on this

You can invoke that new xaml in the main xaml simply by dragging the new xaml from the project panel into the designer panel so by doing like this the main will have the new xaml invoked. @pallavi_patil2

Regards

@praveen_murali @sushit.patil @pushkar_mahajan if you have idea tell me

Thanks for reply i will try

Actually i am working On RE framework for that how i can do

@pallavi_patil2
Here’s a quick example to guide you through the process:

  1. Open Main Workflow:
  • Open Main.xaml.
  1. Add a State Machine:
  • Drag a ā€œState Machineā€ activity onto the workflow if you don’t already have one.
  1. Add a New State:
  • Right-click on the State Machine canvas and select ā€œStateā€.
  • Name the state MyNewState.
  1. Invoke Your New Workflow:
  • Inside MyNewState, drag an ā€œInvoke Workflow Fileā€ activity.
  • In the properties panel of ā€œInvoke Workflow Fileā€, set the FileName to your new XAML file path (e.g., NewWorkflow.xaml).
  1. Configure Arguments:
  • Click ā€œImport Argumentsā€ in the properties panel of the ā€œInvoke Workflow Fileā€ activity.
  • Map any necessary arguments to variables in your main workflow.
  1. Define Transitions:
  • Right-click on MyNewState and select ā€œAdd Transitionā€.
  • Set the target state and any transition conditions.

Please folow the same process as I have mentioned earlier just drag the xaml from the project panel and drop that in the place where you want to use in the RE-Framework within in the designer panel. @pallavi_patil2

Regards

Thanks I will try this

1 Like

OK Thanks for reply I will try

1 Like

@vrdabberu @rlgandu please check this and tell me

@pallavi_patil2

what is the issue you are getting

Please refer this you have any doubt related to state and state machine

Hope this helps

Hi @pallavi_patil2

If you are working with RE Framework then below youtube video should help you.

Regards