Get actions for a use case

Get all the actions for a specific use case. You can just copy/paste the actions to your codebase.

> Actions for asana and use case all actions related to tasks, spaces, folders etc. in asana:

Action.ASANA_TASKS_GET_MULTIPLE, Action.ASANA_TASKS_GET_TASK_RECORD, Action.ASANA_TASKS_DELETE_TASK, Action.ASANA_TASKS_GET_TASKS_BY_PROJECT, Action.ASANA_TASKS_GET_USER_TASK_LIST_TASKS, 
Action.ASANA_TASKS_SET_PARENT_TASK, Action.ASANA_TASKS_SET_DEPENDENCIES_FOR_TASK, Action.ASANA_TASKS_ADD_PROJECT_TO_TASK, Action.ASANA_TASKS_ADD_TAG_TO_TASK, Action.ASANA_TASKS_ADD_FOLLOWERS_TO_TASK

Do you want to copy these enums to the clipboard? (yes/no): 

Update the enums for apps

We keep updating the enums for apps in our SDK. But, You can also update the enums for the apps you don’t find in the SDK.

Now you can use the updated enums for the apps in your codebase.