Lab 105:
• Create an interactive workflow that pauses a flow run for input from a user.
• Print the flow run name in your code with _prefect_runtime_
• Use a state change hook to run code when a flow run state is reached.
• Stretch1: Use a metric trigger in an automation.
• Stretch2: Check out the send and receive input examples in the course repo for the module