Hi - I have a python app with tinkter UI for inter...
# ask-community
i
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
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
@Kevin Kho - Cannot do it with cloud because of business constraints. No servers (on prem or off prem), go figure.