Hello, When I register a flow, it becomes automat...
# ask-community
i
Hello, When I register a flow, it becomes automatically scheduled. Then I need to set manually scheduled off. Is there any config to make it by default false? There was no such a problem couple of months ago.
k
You probably want:
flow.register(set_schedule_active=False)
. There was indeed a slight change that helped the registration of very large flows by batching them into requests and this needed the schedule to be set as active
👍 1