About this action
Triggers, queries, and actions are the building blocks of Applets. Triggers tell an Applet to start, queries ask a question, and actions are its end result.
Developer info
- Description
- This Action will create a new task in the project you choose. NOTE: You must be an Admin in Harvest to do so.
- API endpoint slug
- harvest.create_task
- Filter code method
- Harvest.createTask.skip(string?: reason)
- Runtime method
- runAction("harvest.create_task", {})
Action fields
Project Dropdown list
- Label
- Which project?
- Slug
- project
- Required
- true
- Can have default value
- false
Task name Text input > File name
- Label
- Task name
- Slug
- task_name
- Required
- true
- Can have default value
- true
- Filter code method
- Harvest.createTask.setTaskName(string: taskName)