Aaron Ash
11/25/2021, 1:30 AMproject
name of the currently executing flow from the context or somewhere else?Jake Kaplan
11/25/2021, 1:42 AMquery {
flow
{
id
name
project {
id
name
}
}
}
If you don't mind would you be able to explain your use case a little more?Aaron Ash
11/25/2021, 1:56 AMproject
would be required to kick off in the same environment/client-tenancyJake Kaplan
11/25/2021, 2:15 AMflow_id
(which is available in the prefect context)Aaron Ash
11/25/2021, 2:24 AMAram Panasenco
01/25/2022, 10:22 PMflow_id
, but I can't figure out where to get the current flow_id
from. @Jake Kaplan, how do you get the value in your code?