cancel
Showing results for 
Search instead for 
Did you mean: 

프로세스를 실행대기열에 쌓는방법이 있을까요?

최우석
Level 3

스케줄로 실행된 A프로세스를 실행 중에 B프로세스를 실행시키면 B프로세스가 작동되지 않는 것을 발견하였습니다.

A프로세스가 실행 중이여도 B프로세스가 큐 방식으로 쌓여 A프로세스가 끝난 후 자동으로 B프로세스를 실행할 수 있는 방법이 있을까요?



------------------------------
우석 최
------------------------------
4 REPLIES 4

BohyonHwang
Level 9

Blue Prism API를 이용하면 License에 무관하게 Queue에 데이터를 추가할 수 있습니다.



------------------------------
Bohyon Hwang
Director
블루프리즘
Seoul
+82262033950
------------------------------

In Schedular - There is option to configure the task which can run one process after the other. Is that what you are looking for?



------------------------------
Neeraj Kumar
Technical Architect
------------------------------

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



------------------------------
Bohyon Hwang
Director
블루프리즘
Seoul
+82262033950
------------------------------

BohyonHwang
Level 9

최근 커뮤니티의 다른 게시물에서 @SteveBoggs의 답변 중에 좋은 자료가 있어서 소개합니다.


Guide to Dynamic Process Execution 문서에서

다음과 같은 것을 설계의 예제로 설명하고 있습니다.
- Polling an Email Inbox
- Polling a 3rd Party Web Service
- Polling a Work Queue
- Periodically Polling a Work Queue

실행 대기열에 데이터를 쌓은 후 후속 프로세스를 실행하는 처리 프로세스를 설계할 때 도움이 될 것입니다.

#Guide



------------------------------
Bohyon Hwang
Director
블루프리즘
Seoul
+82262033950
------------------------------