What is the best way to implement pause and wait for user input?

I have a workflow of several steps. Some intermediate steps are executed manually by user (work with printer/scanner). What is the best way to implement something like that:

  1. automated steps.
  2. some king pause in the workflow with a dialog window with Continue button that will wait for user input.
  3. execution of next automated steps.

Looks like Invoke Form is my solution )

1 Like

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