Hey! I have registered my flow on my prefect serve...
# ask-community
k
Hey! I have registered my flow on my prefect server (core). The start of the task failed with an error. in flow I applied parameters and map. error State Message: Error during execution of task: ValueError("Could not infer an active Flow context while creating edge to <Task: request_huntflow['items']>. This often means you called a task outside a
with Flow(...)
block. If you're trying to run this task outside of a Flow context, you need to call `GetItem(...).run(...)`")
1
Copy code
not relevant, found a bug
👍 1
Copy code
I mistakenly wrote a variable in the error task that is declared in the flow section
k
You good now @Konstantin?
k
yes, all good, thanks