Expand my Community achievements bar.

Announcing the launch of new sub-community for Campaign Web UI to cater specifically to the needs of Campaign Web UI users!

onBeforeCall and onAfterCall

Avatar

Level 4

I see these two functions used in javascript node and written some code under these functions ( they defined the function ) 

like for example: 

 

in the javascript node of a workflow they added : 

function onBeforeCall() {
logInfo("task.activity:" + task.activity);

if ((activity.img.indexOf("nms:activities/delivery.png") != -1) || (activity.img.indexOf("nms:activities/email.png") != -1) || ((activity.img.indexOf("nms:activities/notification.png") != -1) && (task.activity == 'notification'))) {

 

// some code 

}

 

but i can't see where they called this function. Are these two functions called automatically OR these two functions are inbuilt functions. Where can i see them called but the code which is under this function gets executed when the workflow runs. 

 

i can see in some places in logs onAfterCall : 

 

Ramaswami_0-1599235217434.png

 

Is there any documentation available on these functions. 

 

4 Replies

Avatar

Level 2

Hi @Ramaswami ,

 

Can you please check in the advance tab of the activity.

 

By Right Click on the activity -> Open -> Advance Tab.

 

Regards,

Nitesh.

Avatar

Administrator

Hi @Ramaswami,

Were you able to resolve this query with the given solution? Do let us know.

Thanks!



Sukrity Wadhwa