Get form tasks activity


However, can you tell how can we resume a process when we are running it from UiPath apps. For example, I need to get the details of the task that is just created. For this, I complete the task in action center and then resumed it in UiPath studio. But when calling this process from UiPath apps. How this will be achived?

@Aditi_Jha

So you want to call a process from UiPath apps…which will create a form and once completed you need to start one more process?

Then create fork will be a task that will be called in UiPath apps…then the process creates a task …then the task would wait if wait for resume is used…and goes into suspended till state is changed…once changed then the process automatically resumes

But if you need to check the completion details buy starting a process from apps…then you need to use get form tasks and check if it is completed and then proceed accordingly

Cheers

but when i complete the task from action center, how will the app know that it is completed. From where I can resume the process.

@Aditi_Jha

If you need to resume soon after why do you need UiPath apps there?

You would need wait for resume activity…which helps you to resume a process soon after it is completed or failed

Cheers

I am doing a poc where the user will enter a amount that goes to action center for approval. Once the approved amount is assigned in action center, i need to get that approved amount from action center. For this, I have created a process that does the same. But in that process, i have to resume the process from studio to get the amount after it is completed from action center.

But how can I resume the process in middle from app after it goes to completed state.

I have used wait and resume activity in the process.

@Aditi_Jha

As you are running crom studio you have to manuall resume…if you invoke the process from orchestrator then you need not resume…if you use a wait for resume activity in th eprocess…then the process gets auto resumed…you dont need apps was well

Cheers

I have used the wait and resume activity in the process.But it does not automatically resume. I have to resume manually from studio which is not possible when calling from app.

@Aditi_Jha

As mentioned above if you strt from studio you have to resume manually…but if the process is started as an unattended. Ot from apps or orchestrator then the process resumes automatically…you need not resume when started from orchestrator/apps

Cheers