Procedures
Automation procedures in the Asana BDK Book.
Make sure to add the Asana BDK Book to your agent before using these automation procedures.
to create a (task) in a project
Create a task in a project
Input Concepts
Output Concepts
Concept
Description
Type
Examples
create a json
use the above as the task
set the task's "name" to "Write documentation"
>>>
get some projects from asana
create the task in the first project
to delete a task
Delete a task in Asana.
Input Concepts
Concept
Description
Type
Required
Examples
create a json
use the above as the task
set the task's "name" to "Write documentation"
>>>
get some projects from asana
create the task in the first project
delete the task
to get some (project's tasks)
Get tasks from a project
Input Concepts
Concept
Description
Type
Required
Output Concepts
Concept
Description
Type
Examples
get some projects from asana
use the first project as my project
get my project's tasks
to get some projects from asana
Get projects from Asana
Output Concepts
Concept
Description
Type
Examples
get some projects from asana
Last updated
Was this helpful?