Expand my Community achievements bar.

Submissions are now open for the 2026 Adobe Experience Maker Awards

Unknown error in delivery activity

Avatar

Level 4

I keep getting this error at the delivery activity when running a wkf:

A_B_SE_1-1752565988700.png

The thing is that sometimes everything work fine and the delivery is been pushed but some other times it fails as shown above.

Any clue what it can be?

Topics

Topics help categorize Community content and increase your ability to discover relevant content.

4 Replies

Avatar

Community Advisor

hI @A_B_SE

 

I would recommend checking all your JS code parts first, normally this errors throw because there is something missing in content blocks, personalization blocks, delivery names.

 

If it seems correct to you, and as your are saying it happens inconsistently I would recommend opening a ticket to Adobe Support. I recently experienced a similar case on a project where deliveries where randomly failing, and in the end, it turned out to be an Adobe Campaign bug. So don't hesitate to write them if you are confident with your code. 

 

If you need something more, happy to help!

 

Best, 

Celia

Avatar

Community Advisor

Hello @A_B_SE ,

 

Just adding some additional information that might help, in addition to the previous reply.

 

If you’ve passed any extra additional data—such as target data, JavaScript variables, recipient data, or other personalisation parameters—user for personlizaiton data or show/hide conditions using if/else logic. If this data is missing at the time of delivery, it’s possible the delivery could fail. On the other hand, if the data is available, the delivery may succeed.

 

It would also be a good idea to analyze whether any personalization or dynamic content is failing due to missing data, as this could be the root cause of the issue.

 

Hope this helps.

 

Kind regards,

Parvesh

Parvesh Parmar – Adobe Community Advisor
https://www.linkedin.com/in/parvesh-parmar/

Avatar

Level 4

Hello @Parvesh_Parmar ,

I started the wkf again from failed mode and no errors occurred this time. This is really strange. A thing I noticed is that I have more recipients in the outbound transition of the delivery:

A_B_SE_0-1753256378983.png

 

Avatar

Level 2

Hi @A_B_SE , It will be better if you can share screenshot of error, but seems its javascript error. If you are passing addition data for personalisation in delivery and peronalisation is not configured correctly, check the alias value of addition data.

 

In might pass sometime if any dynamic block not using particular personalisation.