Action Centre Automation UseCase

Hi All,

I have an existing Process in R-framework and its running in production . It is doing the following task.

1)Login to Application. Extract data perform some calculations and store those calculations in Excel sheet for every transaction . For example ,I have an input sheet where business enters 10 subscription id. For each subscription Id the business logs into application ,fetches the data and performs the calculation in excel sheet and saves as output for each subscription Id.

Now the business has to validate the calculations rather approve the calculations before the bot performs the next steps which is updating those calculation value into the application.

I am using Re-framework and all those calculations are in my process transaction state. I have used create task activity in process Transaction state and ket the Wait for Form Task and Resume in End process state . How to design the Wait for form Task and Resume inside Parallel for each and what should i take :
Foreach item in …

@marina.dutta

create form task will give the task object as output please create a list and add each task object to the list and then use that list of task objects as the input for the loop

cheers