Expand my Community achievements bar.

Join us for the Adobe Campaign Community Q&A Coffee Break on 30th September at 8 am PT with Campaign experts Arthur Lacroix and Sandra Hausmann.
SOLVED

Using nlserver Module activity in workflow

Avatar

Community Advisor

Hi All,

Can you please suggest regarding below use case . Will this effect any performance issue over production instance .

I have one workflow where I wanted to copy nlserver module from the technical workflow(tracking) and start tracking directly from my workflow.

Technical workflow under Production->Technical workflows -> Tracking

Thanks,

Kapil

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

Hi,

No real impact to performance, will slightly increase ETL complexity (2 copies of tracking ingest vs 1).

An alternative is to add an external signal next to the scheduler in the tracking workflow and call it with a callback, though this is more brittle and not necessarily better.

Thanks,

-Jon

View solution in original post

2 Replies

Avatar

Correct answer by
Community Advisor

Hi,

No real impact to performance, will slightly increase ETL complexity (2 copies of tracking ingest vs 1).

An alternative is to add an external signal next to the scheduler in the tracking workflow and call it with a callback, though this is more brittle and not necessarily better.

Thanks,

-Jon