Quick question, as I am still learning the ropes h...
# ask-community
r
Quick question, as I am still learning the ropes here, but I am trying to make an automation that sends me a notification when a specific task is completed, and I am trying to do it from the UI. I asked Marvin and was told
prefect.task.name="my task"
would work, but did not. I thought maybe it was because there is 3 digits appended to the end might have been what it was, so I asked marvin how to use a wildcard and was told to try
prefect.task.name="my task*"
but also to no avail. I have also tried
prefect.task-run.name
. Thanks in advance!
I figured it out by switching to JSON instead of the form