Passing values dynamically to MFT action (like variable substitution)

Hello,

Greetings!!

I’m checking for the possibility to pass values to MFT Scheduled/Post processing action dynamically using IS service.
For ex: We have a action which pulls the file from Source and places the file in the destination folder. As per the business login we must send a mail to respective teams upon transferring the file using send email event in the action. Now is there any possibility for passing the mail Ids from the output of the IS service to the send mail action ??

Many Thanks in advance.

Cheers!!
Abhiram.

You can wm.mft.schedule:executeEvent in the WmMFT package to execute an event. It has an eventParams input parameter.