Skip to main content

Asana-test

This job was provided by an OpenFn.org user via the job library API.

Metadata

Key Functions

Expression

/* eslint-disable no-undef */
// Your job goes here.
getTasks("11989019982662", {
opt_fields: "name",
});
fn(state => {
console.log({ state });
return state;
});