BaseRestartWorkChain
: add enable/disable handlers input port
#3773
Labels
Milestone
BaseRestartWorkChain
: add enable/disable handlers input port
#3773
The
process_handler
should only be applicable to class methods ofBaseRestartWorkChain
sub classes, which means they will also be active by default. We should add anenabled
keyword to theprocess_handler
decorator to change this default behavior and also add an input that allows to either enable or disable specific handlers per instance.The text was updated successfully, but these errors were encountered: