This action will run an Apify task with specified configuration.
- API endpoint slug
- apify.run_task
- Filter code method
- Apify.runTask.skip(string?: reason)
- Runtime method
- runAction("apify.run_task", {})
Action fields
- Label
- Task
- Helper text
- Select the task you want to run.
- Slug
- task
- Required
- true
- Can have default value
- false
- Label
- Wait until run finishes
- Helper text
- Select if you want to wait for the run to complete.
- Slug
- wait_until_run_finishes
- Required
- true
- Can have default value
- true
- Filter code method
- Apify.runTask.setWait Until Run Finishes(string: wait_until_run_finishes)
- Label
- Input overrides
- Helper text
- JSON input that will override task's default input.
- Slug
- input_overrides
- Required
- false
- Can have default value
- true
- Filter code method
- Apify.runTask.setInput Overrides(string: input_overrides)