Custom workflows #434
-
|
Hello, I am struggling with the configuration of a custom workflow. I have defined a classifier in this way following the documentation https://bitmagnet.io/guides/classifier.html classifier:
flags:
delete_content_types:
- comic
- software
- xxx
workflow: delete-archiveThen I tried to define the workflow but it's not clear if the workflows:
delete-archive:
- run_workflow: defaultRegardless of where I put the If I set the workflow to the default ( I am not sure if this is relevant, but I am loading the configuration using |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Custom workflows cannot be defined within the |
Beta Was this translation helpful? Give feedback.
Custom workflows cannot be defined within the
config.ymlfile, they need to be inclassifier.yml. See: https://bitmagnet.io/guides/classifier.html#source-precedence