简体   繁体   English

在 Blue Prism 中自动运行许多进程,无需拖放

[英]Running Many processes in Blue Prism automatically without drag and drop

How to run many processes Starting from first and continuing to the end automatically in Blue Prism?如何在 Blue Prism 中自动运行从 first 到 end 的多个进程?

Method tried so far by me:到目前为止我尝试过的方法:

  1. Created a process by using the Process option given in the Blue Prism, though it works but when there is an exception it terminates.使用 Blue Prism 中给出的Process选项创建了一个进程,虽然它可以工作,但是当出现异常时它会终止。

So how to design Scheduler runs all individual process continuously, one after another.那么如何设计Scheduler 一个接一个地连续运行所有单独的进程。 Even the outcome of a process is Terminated it should run the next one.即使一个进程的结果被终止,它也应该运行下一个。

Are you looking for the item under schedule management 'on exception'?您是否正在寻找“异常”计划管理下的项目?

在此处输入图像描述

Here you can specify that when a task in a scheduler fails it can go to this task next.在这里,您可以指定当调度程序中的任务失败时,它可以 go 下一个任务。 This way you can build your scheduler to have infinite tasks lined up and when one is finished it will perform the next one.通过这种方式,您可以构建调度程序以排列无限的任务,当一个任务完成后,它将执行下一个任务。

This however is not perfect nor recommended, typically you want a process for a business purpose and not all business purposes need to be run so you would set up a schedule for each process you want to run in a group of tasks as opposed to one schedule with all of the tasks in it.然而,这并不完美,也不推荐,通常您需要一个用于业务目的的流程,而不是所有业务目的都需要运行,因此您将为要在一组任务中运行的每个流程设置一个计划,而不是一个计划包含其中的所有任务。 But it's doable, and that's how you'd do it.但这是可行的,这就是你要做的。 Also watch out for cleaning up after each process runs ie avoid leaving open programs running when they exception out.还要注意在每个进程运行后进行清理,即避免在打开的程序出现异常时继续运行。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM