Orchestration process 1

Please help!

A developer was reviewing an Orchestration process whose “main” attribute is set to Main.xaml in project.json. However, the process is not pausing as intended.
What is a possible cause for this issue?

A. UI activities were not used in the process.
B. “Wait for Form Task and Resume” activity was called in Main.xaml.
C. Process created a task in the Orchestrator.
D. “Wait for Form Task and Resume” activity was called in GetApproval.xaml.

@Latifa

Ideally D might be the issue…as it should be called in main.xaml

https://docs.uipath.com/studio/standalone/2023.4/user-guide/orchestration-process#best-practices

Cheers

Hi @Latifa

Based on the given information, the possible cause for the issue where the process is not pausing as intended is option A. UI activities were not used in the process.

Thanks!!

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