Nicolas Michel
05/19/2020, 7:44 AMJeremiah
05/19/2020, 11:42 AMPAUSE
state, and all automatic progression will stop. To continue, put it into a RESUME
state manually (via GraphQL, code, or the UI). The one caveat is that your task logic needs to check for a special value prefect.context.get('resume') is True
so that it can tell if it was put into the RESUME
state and run itself appropriately.Chris White
05/19/2020, 4:09 PMmanual_only
trigger on a Task, Prefect takes care of context for youJeremiah
05/19/2020, 5:00 PMNicolas Michel
05/20/2020, 9:29 AMChris White
05/20/2020, 5:44 PM