just an update here, that screenshot was for an 'Agent step' with a 'Run code' skill -- clicking the gear icon on the 'Run code' skill opened that blank panel.
I deleted that agent step and added a 'Run code' step and now I can see the code editor
Looks like we could call the followUpUrl we get from the response of calling the initial webhook endpoint, and could have it handle follow up requests in the same task and cancel all timers / end the task?
https://docs.lindy.ai/skills/by-lindy/webhooks#follow-up-behavior
Is it possible to programmatically cancel a running task?
We kick off tasks via a webhook, and would also like to be able to cancel them if some action occurs outside the loop/context of the task.