Human In Loop Usage Example

Hi Team,
Any one used Action Center for Human Judgement actions for non-Document Understanding Use cases.

I have a non DU use case where i need to send an approval request to the user group and resume the process.
Any samples/best practices used here would help me to design my solution.

Thanks in advance.

@KrishnaKishore

We did use it to get information from a group of team members whenever a task is created

the best practices are common across whcih you can get from here for persistent activities. One thing you can use is parallel for each for not restricting to create only one task but multiple…One more is try to maintain less fields or atleast less dropdown fields else the form becomes bulky and will load slower

Hope this helps

cheers

Hi @KrishnaKishore ,

If it is non DU project, you can use form task activity to send a form to action center to get an approval , you can create your form in which the way you want , you can use text boxes , radio buttons or drop downs to create a form.

You need to install below packages

Persistence.activties

Form.activities

UiPath.FormActivityLibrary

Thanks,
Pallavi.

1 Like