xtk.workflow.postEvent in adobe campaign classic | Community
Skip to main content
vaidehig2773360
Level 2
August 30, 2018
Solved

xtk.workflow.postEvent in adobe campaign classic

  • August 30, 2018
  • 12 replies
  • 12347 views

Hi

I am calling TestBatchfileExt  from TestWorkflow

vars.listName="GOLD FISH";

logInfo("Calling workflow: TestBatchFileExt");

xtk.workflow.PostEvent("TestBatchFileExt", "signal", "", <variables varName= {vars.listName} />, false);

logInfo("Called successfully");

logInfo("ListNameFromSource" + vars.listName);

How can I access vars.listName in estBatchfileExt.

Please post your answer

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

Hi vaidehig27733606,

On the TestBatchFileExt place a JS code activity and read the variable

var myListName = vars.listName;

logInfo("Name passed from calling workflow : " + myListName);

Regards,
Vipul

12 replies

vaidehig2773360
Level 2
November 8, 2018

Hi Vipul

I need to open a new thread for my question,but I don't know how to do it,for the time being I am using the same thread

I have 17 million records needs to insert into the table,I couldn't do it in one transaction,how to do it in multiple transactions.

I appreciate your help on this problem.

Thanks

Vaidehi

vaidehig2773360
Level 2
December 5, 2018

Hi Vipul

I have one problem with my split activity

The split activity -complement set is not working correct

Complement set getting the total records,it is not giving complement records,please advice me,What I am doing wrong.

I am looking forward your reply.

Thanks

Vaidehi