Nicolas Michel
05/19/2020, 7:44 AMJeremiah
PAUSE 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
manual_only trigger on a Task, Prefect takes care of context for youJeremiah
Nicolas Michel
05/20/2020, 9:29 AMChris White