Wait until the workflow is terminate

Hello,

I am beginner on UIPath :slight_smile:

I am using “Invoke Workflow File” during a loop :

What I have actually

  • grade is assign an another value for the loop 1
  • Display Grade for the loop 1
  • grade is assign an another value for the loop 2
  • Display Grade for the loop 2

What I want

  • Terminate the Workflow grade when all the loop is passed
  • Display Grade

Is it possible to have the case what I want ?

Additionnal info : I am using RE-Framework

Advance Thanks,

@MasterSinge

Process will be stopped automatically once all items are processed in ReFramework. You no need to include any extra steps to terminate the workflow.

Thanks for your answer.

Yes I know that the process will be stopped automatically once all items are processed in ReFramework.

What I have actually

grade is assign an another value for the loop 1
Display Grade for the loop 1
grade is assign an another value for the loop 2
Display Grade for the loop 2

What I want

Terminate the Workflow grade when all the loop is passed
Display Grade after the workflow is terminate

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