Hi - I have a python app with tinkter UI for interactions. Its essentially one long script. Can prefect still be used once the code is broken down to tasks? Will the flow pause and wait for the user to handle the interaction? Is the pause for approval the way to go?
Thanks
https://docs.prefect.io/core/idioms/pause-for-approval.html#pause-for-approval
k
Kevin Kho
06/02/2021, 3:58 PM
Hey @itay livni, not 100% sure but it seems like it could work. I can see it working with Prefect cloud where the buttons hit the GraphQL API and orchestrate actions that way. Or were you thinking of doing this without Cloud?
i
itay livni
06/02/2021, 4:23 PM
@Kevin Kho - Cannot do it with cloud because of business constraints. No servers (on prem or off prem), go figure.