Hi all,I am looking at the OOTB workflow (cleanupPausedWorkflows) and when i look at the last Java Script activity which is Notify Supervisors of Paused workflow, the var is defined as below. In this does anyone has any idea what does instance.vars.checkDelay represents here and from where this che...
Hi Vipul Raghav ,I have found the actual problem for which I was looking for details around this cleanup workflow. Basically, the workflow in our instance used to fail regularly without any details in the logs (xtkworkflowlog). Finally we identified that the session which insert data in xtkworkflow...
Hi Amit, This looks like a very good approach. I am new to Adobe Campaign and still learning bits around it - Is it possible if you can share the logic of these workflows ?RegardsAnkit
Thanks Vipul Raghav I did discussed this with engineering as a part of ongoing problem with this workflow and none the less we have been able to pin point the problem. RegardsAnkit
Thanks Vipul, yes have tried that command line option already and instead of wdbc, I had used * option with a tracefile . The reason I wanted to tab into code was to understand how it generates & submits SQLs. Is it a case that once the cleanup is fired, it will connect to Database and will continu...
Hi - I have a query related to database cleanup workflow, which is OOTB workflow with Adobe Campaign v6/v7. I understand it executes below command via nlserver module.cleanup -instance:<%= instanceName %>1) How is this instanceName defined - is it via the configuration xmls ?2) How can we get the in...