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:
- Open Main Workflow:
- Open
Main.xaml.
- Add a State Machine:
- Drag a āState Machineā activity onto the workflow if you donāt already have one.
- Add a New State:
- Right-click on the State Machine canvas and select āStateā.
- Name the state
MyNewState.
- Invoke Your New Workflow:
- Inside
MyNewState, drag an āInvoke Workflow Fileā activity. - In the properties panel of āInvoke Workflow Fileā, set the
FileNameto your new XAML file path (e.g.,NewWorkflow.xaml).
- 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.
- Define Transitions:
- Right-click on
MyNewStateand 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
OK Thanks for reply I will try
@vrdabberu @rlgandu please check this and tell me
what is the issue you are getting
Please refer this you have any doubt related to state and state machine
Hope this helps
If you are working with RE Framework then below youtube video should help you.
Regards