This repository was archived by the owner on Dec 13, 2023. It is now read-only.
Replies: 1 comment
-
Please refer the Changelog for the relevant property changes. To enable this listener, please set |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
With the 3.0 release, I could see below settings are void for archiving workflow execution data to secondary storage.
conductor.additional.modules=com.netflix.conductor.contribs.ArchivingWorkflowModule
"workflowStatusListenerEnabled": true,
https://github.com/Netflix/conductor/blob/v2.31.4/contribs/src/main/java/com/netflix/conductor/contribs/ArchivingWorkflowModule.java
Can you please help on few details on how to enable it and what other settings are required?
https://github.com/Netflix/conductor/blob/v3.0.6/contribs/src/main/java/com/netflix/conductor/contribs/listener/archive/ArchivingWorkflowListenerConfiguration.java
https://github.com/Netflix/conductor/blob/v3.0.6/contribs/src/main/java/com/netflix/conductor/contribs/listener/archive/ArchivingWorkflowStatusListener.java
Beta Was this translation helpful? Give feedback.
All reactions