내 커뮤니티 업적 표시줄을 확대합니다.

Submissions are now open for the 2026 Adobe Experience Maker Awards.

Mark Solution

활동이 없어 이 대화는 잠겼습니다. 새 게시물을 작성해 주세요.

해결됨

Problem with Workflow And Split step and Timeouts

Avatar

Level 1

In CQ 5.61 I have to create a workflow where three different participants have to approve something (in parallel) to advance to the next step. If any of them don't take an action after some time the workflow have to continue.

So what I did was: add an 'And Split' step with three branches, each branch has a participant step and those participant steps has configure 'Auto Advance' as timeout handler with an specific time (for example 1h).

The problem is that CQ execute the timeout handler only in the last branch, but not in the first two. So if none of them take an action only the third participant step advance but not the others.

Is this a bug in CQ? and, is there any other way to implement that use case?

Thanks, Claudio.

1 채택된 해결책 개

Avatar

정확한 답변 작성자:
Level 10

Can you please file daycare referencing CQ-3052. Will validate.

원본 게시물의 솔루션 보기

4 답변 개

Avatar

Level 10

Is it possible for you to post a screen shot of your workflow map. I would like to see it to better understand how your workflow should advance. 

Avatar

정확한 답변 작성자:
Level 10

Can you please file daycare referencing CQ-3052. Will validate.

Avatar

Level 1

Sure, the important part is first split, which is an 'And Split', each participant step has the timeout configuration that I've attached. But only the last one (Ashley Thompson) is executed. The first two branches aren't so they keep in the inbox's participants.

Just to let you know, the idea is If all participant steps were approved the workflow will execute 'Do Something' step, but if any of the participant steps advance by timeout, the workflow will execute 'Send Timeout Email'

[img]workflow.png[/img]

[img]participant.png[/img]

Avatar

Level 2

FYI: This bug was related to the ticket CQ5-34708