auths
objectreturn
or this.key = 'value'
, pass input data to your code viaparams
, and maintain state across executions with$checkpoint.async
(event, steps, params) => {
}
// Copy, deploy and run this workflow. Then expand
// the observability below this step to inspect the
// response
const axios = require('axios')
return (await axios({
url: params.url
})).data