Vern API home page
Search...
⌘K
Get Started
Introduction to Vern
Quickstart
Developing with Vern
Essentials
Tasks
Runs
Profiles
Webhooks
Support
Dashboard
Vern API home page
Search...
⌘K
Support
Dashboard
Dashboard
Search...
Navigation
Essentials
Tasks
Guides
API Reference
Guides
API Reference
Essentials
Tasks
Define specific actions or workflows Vern can perform.
Tasks represent specific, reusable actions or workflows that Vern can perform within a browser. They define
what
Vern should do when triggered.
Purpose of Tasks
Action Definition:
Encapsulate a specific operation, like “Search for Products”, “Fill Out Forms”, “Extract Data”, or “Complete Checkout”.
Input and Response Specification:
Define the data (inputs) required to execute the action and what data to return (responses).
Reusability:
Define a task once and trigger it multiple times with different inputs.
Creating Tasks
Tasks are configured within the Vern user interface:
Navigate to the
Tasks
section in the
Vern Dashboard
.
Click
“New Task”
.
Define the task logic:
Task Studio (Beta):
Record your actions as you navigate websites and interact with elements
Review and edit the generated Task
Manual:
Enter target URLs and navigation instructions
Define input parameters and their mappings
Specify element interactions and wait conditions
Configure output data extraction and response format
Task Execution
When a task is executed through a
Run
, it:
Validates the provided inputs
Initializes the browser environment
Executes the defined workflow
Captures and returns the results
The execution is asynchronous, and you can monitor progress through run status updates.
Best Practices
Define clear input requirements
Set appropriate default values
Include input descriptions
Next Steps
Once you’ve created a task, you can execute it by creating
Runs
through our API or SDK. Refer to the API reference for detailed information about task execution and management.
Previous
Runs
Execute Tasks with specific inputs.
Next
On this page
Purpose of Tasks
Creating Tasks
Task Execution
Best Practices
Next Steps
Assistant
Responses are generated using AI and may contain mistakes.