Hi all,
I was looking through the documentation of Prefect but could not easily find the answer to my two questions, so I hope you all can help me.
Does Prefect support human interaction in the pipelines. e.g. data is being processed in the pipeline but must be validated manually before the final few steps.
And does Prefect support states in the pipelines. Meaning the current run can be changed according to the last 10 runs? e.g. data is being processed and if the current value is greater than X and in the last 10 values there were at least 5 others with a value greater than X then I want the workflow to branch differently.
I hope I explained it well enough