Expand my Community achievements bar.

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

Custom Activity, not working correctly

Avatar

Level 3
Level 3

I created a simple activity by duplicating the js activity, modified the form, the workflow schema extension etc etc.

However, the acitvity does not even log logInfo("test");

 

On the other hand, I am trying to construct a JSON key value pair object and enrich it with the workflow's instance vars to no avail.

 

o_X_1-1745113401560.png

 

 

the js library call is able to get the content of the activity, but not eniched.

 

function mytestactivity_call()
{
logInfo(activity.script);
}

o_X_0-1745113331489.png

 

What is missing?

 

 

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

Hello @o_X  

Your custom activity is taking all the values as text and that is why they are not dynamic. Can you please share more details on your use case?

 

If you want to pass dynamic data then try to use the method in your schema.

 

https://experienceleague.adobe.com/en/docs/campaign-classic/using/configuring-campaign-classic/schem...

https://experienceleague.adobe.com/en/docs/campaign-classic/using/configuring-campaign-classic/schem...

 

 

 


     Manoj
     Find me on LinkedIn

View solution in original post

3 Replies

Avatar

Level 3
Level 3

Avatar

Correct answer by
Community Advisor

Hello @o_X  

Your custom activity is taking all the values as text and that is why they are not dynamic. Can you please share more details on your use case?

 

If you want to pass dynamic data then try to use the method in your schema.

 

https://experienceleague.adobe.com/en/docs/campaign-classic/using/configuring-campaign-classic/schem...

https://experienceleague.adobe.com/en/docs/campaign-classic/using/configuring-campaign-classic/schem...

 

 

 


     Manoj
     Find me on LinkedIn

Avatar

Administrator

Hi @o_X,

Were you able to resolve this query with the given solution or was this something you were able to figure out on your own or do you still need help here? Do let us know.

Thanks!



Sukrity Wadhwa