Leiste mit Community-Erfolgen erweitern.

Submissions are now open for the 2026 Adobe Experience Maker Awards.

Mark Solution

Diese Konversation wurde aufgrund von Inaktivität geschlossen. Bitte erstellen Sie einen neuen Post.

GELÖST

on/off trigger

Avatar

Level 1

Hi All,

I have a flush agents which triggers when there is on/off time of node is reached . This is working fine as expected . but I would like to flush one more file along with this node , when on/off time of node is triggered.

Could someone please guide me how can I achieve this?

I tried event handler , but unable to identify on/off trigger.

 

Regards,

Anand 

1 Akzeptierte Lösung

Avatar

Korrekte Antwort von
Level 10
2 Antworten

Avatar

Korrekte Antwort von
Level 10

Avatar

Level 1

I have currently implemented the eventhandler and from there i am comparing if the modified time is equal to on/off time . if its equal then i am considering as it's triggered by on/off event else it's normal replication.

But i feel there should be a direct way of identifying if the replication is triggered by on/off trigger or not. 

please let me know if there are any solutions to this.