Question
6
Replies
23527
Views
Infosys
Posted: March 27, 2017
Last activity: March 27, 2017
Closed
Solved
Calling Activity in a Data Transform
I need to call an activity with two parameters in a Data Transform.I am unable to do the same with the Function call activity in expression builder.How to pass the parameters so that i can call my activity inside the DT.
Calling activities is not directly supported from Data Transforms and as such we would not really recommend doing this. You would need to create a function to call the activity, and this can create configuration that is difficult to troubleshoot and maintain.
Check some of the related post links below though as this has been discussed before.