Create task and wait

Hi,

Shall we,

  1. Create Task in Action Center in one process,
  2. wait and resume in another process to process further after approving in Action Center.

If so, how the second process will kick start on approving in action center?

Thanks,

@krishbcd

First of all may I know why you want to do the wait and create in separate processes?

We can try acheive it…by saving the task id and tehn in second process we can use get form tasks using task id get the task object and pass it to the wait for resume

Cheers

Here is my Scenario, Please

P1: keeps processing input reqeusts and sends those to Q1 which requires Action Center for user attention.

Q1: Triggers P2 which will create a task in Action Center, but will not wait… its job is keep creating the tasks in Action Center based on Q1 items added by P1.

Also, I would like P2 triggered separately for each Q1 item. Does each queue item initiates same process separately for each queue time for queue trigger?

Note: I dont want P2 (which will create the tasks) wait until the action center approval and resume to process another request in Q1 as not sure how long the user will take to approve the first item in Action center.

P3: up on corrections and approvals in Action Center, P3 should process further.

So, I would like to create tasks in P2 and Wait & Resume in P3. Here I would like to make sure how to get the action center output to P3 which just waits & Resume to proceed further, Please.

HOPE I AM CLEAR.

@krishbcd

Actual you can do create form tasks and wait for resume in p2 only …so basically for each task create form tasks and save to list …then in end process use parallel for eqch and use wait for resume so that it waits for all created tasks …wait means the robot will be free as the task will be in suspended so if new queue items cone then a fresh job will start and only job will be in suspended till complete

And in parallel for eqch after wait use add queue item to add thw item for next processing…that is what you need to do

Cheers

Here I am not using create from task, I am using create document validation Action and output is action object. Based on this action object i need to trigger the process on approvals in action center. How can this be achieved?

@krishbcd

its the same…for both

cheers

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