Asana · Arazzo Workflow
Asana Build an Enum Custom Field With Options
Version 1.0.0
Create an enum custom field in a workspace and add two enum options to it.
View Spec
View on GitHub
CollaborationProductivityProject ManagementProjectsTask ManagementTasksWorkflowArazzoWorkflows
Provider
Workflows
build-enum-custom-field
Create an enum custom field and add two options.
Creates an enum custom field, then adds two enum options to it.
1
createField
createCustomField
Create the enum custom field in the workspace.
2
addOptionOne
createEnumOptionForCustomField
Add the first enum option to the field.
3
addOptionTwo
createEnumOptionForCustomField
Add the second enum option to the field.
Source API Descriptions
openapi