コミュニティアチーブメントバーを展開する。

Submissions are now open for the 2026 Adobe Experience Maker Awards
解決済み

recurring and continuous deliveries

Avatar

Level 2

A Campaign has a scheduler set up to run weekly. The scheduler triggers a recurring delivery and a continuous delivery.
How many records are created in the delivery table at the end of 3 weeks?

A. 4
B. 2
C. 6
D. 3

 

I believe the correct answer is "4" records but I got "3" to be the correct answer. Please explain.

1 受け入れられたソリューション

Avatar

正解者
Community Advisor

Hi @HanadyTa ,

Each time when a recurring delivery activity is triggered, a new delivery will get created in nms:delivery. So in your scenario, 3 deliveries will be created using recurring delivery activity. By using continuous delivery activity, 1 Delivery will created in nms:delivery and broadlogs will get recorded for 3 weeks in the same delivery.

So total 4 deliveries will get created in the end of 3 weeks (If the workflow had triggered 3 times)

元の投稿で解決策を見る

2 返信

Avatar

正解者
Community Advisor

Hi @HanadyTa ,

Each time when a recurring delivery activity is triggered, a new delivery will get created in nms:delivery. So in your scenario, 3 deliveries will be created using recurring delivery activity. By using continuous delivery activity, 1 Delivery will created in nms:delivery and broadlogs will get recorded for 3 weeks in the same delivery.

So total 4 deliveries will get created in the end of 3 weeks (If the workflow had triggered 3 times)

Avatar

Level 2

Thanks a lot ParthaSarathy