What is not clear to me is how you would use the callbacks to run the step locally. Are there some properties that needs to be set in the task? I see that there is a start_controller_locally option for the main @PipelineDecorator.pipeline , but I don't see it for @PipelineDecorator.component
Hi @<1570220858075516928:profile|SlipperySheep79> , you can use pre & post execute callback functions that run on the controller. Is that what you're looking for?
Check the pre_execute_callback and post_execute_callback arguments of the component.
Hi @<1523701070390366208:profile|CostlyOstrich36> , sorry how would you use them exactly?