Describe the problem/error/question: The test workflow will not stop. It is continuously doing the invitation that is defined in the Google Calendar workflow. I thought it was designed to query
from 2 minutes before now but it started querying from 3 years ago
I found the button to stop an execution. It says an execution is running, but when I press the button I get an error that says Failed to Find an execution to stop
I changed the start time to 25 minutes ago. It now says that there are no running executions but I continue to get invitations. When I look at the executions page it flashes each time there is an execution and I have execution history enabled for manual executions but after the flash it says there are no executions.
I figured out I could restart the workspace. That looks like it killed the workflow. It seemed like such a simple workflow to me. But it now seems like an unmanageable one.
Why you need the calendar trigger, if it doesn’t be used here? Replace it with the Schedule Trigger.
One issue that may be there is that your trigger gets fired for each update event you have (despite it should listed to only the created events). That’s why it may be ‘flashing’. As the executions should happen once in 2-minute-intervals