20-02-23 08:24 AM
스케줄로 실행된 A프로세스를 실행 중에 B프로세스를 실행시키면 B프로세스가 작동되지 않는 것을 발견하였습니다.
A프로세스가 실행 중이여도 B프로세스가 큐 방식으로 쌓여 A프로세스가 끝난 후 자동으로 B프로세스를 실행할 수 있는 방법이 있을까요?
20-02-23 09:23 AM
Blue Prism API를 이용하면 License에 무관하게 Queue에 데이터를 추가할 수 있습니다.
20-02-23 12:43 PM
In Schedular - There is option to configure the task which can run one process after the other. Is that what you are looking for?
21-02-23 02:16 AM
That's right.
Looking at the following example, it seems that there are many cases where such a solution has been created.
See also: suitable name for process that starts when queue items are introduced | Blue Prism Product
23-02-23 01:25 AM
최근 커뮤니티의 다른 게시물에서 @steven.boggs의 답변 중에 좋은 자료가 있어서 소개합니다.
Guide to Dynamic Process Execution 문서에서
다음과 같은 것을 설계의 예제로 설명하고 있습니다.
- Polling an Email Inbox
- Polling a 3rd Party Web Service
- Polling a Work Queue
- Periodically Polling a Work Queue
실행 대기열에 데이터를 쌓은 후 후속 프로세스를 실행하는 처리 프로세스를 설계할 때 도움이 될 것입니다.