onBeforeCall and onAfterCall | Community
Skip to main content
Level 4
September 4, 2020
Question

onBeforeCall and onAfterCall

  • September 4, 2020
  • 2 replies
  • 1793 views

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 : 

 

 

Is there any documentation available on these functions. 

 

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

2 replies

nitesha38268385
Level 2
September 8, 2020

Hi @ramaswami ,

 

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

 

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

 

Regards,

Nitesh.

RamaswamiAuthor
Level 4
November 9, 2020

notthing is there in advance tab

 

 

Sukrity_Wadhwa
Community Manager
Community Manager
September 24, 2020

Hi @ramaswami,

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

Thanks!

Sukrity Wadhwa
RamaswamiAuthor
Level 4
November 9, 2020
not yet resolved 😞