auths
objectreturn
or this.key = 'value'
, pass input data to your code viaparams
, and maintain state across executions with$checkpoint.async
(event, steps) => {
}
console.log(typeof $checkpoint)
const checkpoint = $checkpoint + 1 || 1;
console.log(checkpoint);
// Write the new value of checkpoint back to $checkpoint for the next workflow run
$checkpoint = checkpoint;