auths objectEnter the URL as it appears in the Endpoint field of your source
return or this.key = 'value', pass input data to your code viaparams, and maintain state across executions with$checkpoint.async (event, steps, params) => {}// N seconds from now
const { executionArn, secret, taskSchedulerURL } = params
return await require("@pipedreamhq/platform").axios(this, {
url: `${taskSchedulerURL}/cancel`,
headers: {
"Content-Type": "application/json",
},
data: {
executionArn,
secret,
}
})