Document Processing 20.4 Beta: Human-Robot Interaction using Action Center

Hello @chaithanyapallegar,

All great questions!

  1. for the bot to NOT stop on the first Wait for… activity, use a Parallel For Each activity instead of a For Each activity.
  • make sure to keep your variable within the right scope (for example, all variables that change / are populated in one instance of the paralle for each should be limited to the scope of the parallel for each body)
  • if you use a Parallel for Each, then the process will only be suspended when ALL branches are suspended.
  1. please see this sample here - How to use the IntelligentOCR Package - the EDIT1 sample workflow.

  2. long running workflows can’t be part of the re-framework as we know it right now - as all activities that are of type “Wait for…” (that perform workflow suspension and resumption) must, by design, be in the MAIN workflow (so not in an invoked workflow). The concept of long running workflows is more about orchestrating robot sub-processes and human interventions - imagine running a process, that then needs some human data, that then must continue with another process… so like a higher level robot/human orchestration if this makes sense :slight_smile:

I will be publishing an updated workflow with all the new features - just haven’t gotten around to it jsut yet.

Ioana

3 Likes