Is it possible to run both background tasks and non-background tasks simultaneously in a bot? I’ve noticed that when I run a workflow marked as a background task, tasks in the work item queue (which are not background tasks) do not auto-start on that bot. What can I do to resolve this issue?
That is a bug, if that is actually what is happening.
Workflows marked as background should not be counted, when the robot “counts” how many workflows are running, before allowing a remote workflow to start.
Is the backgruund workflow calling another workflow using Invoke OpenRPA ?
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.