run_hex_project
Execute a Hex project by providing its UUID and optional input parameters to generate results, with options to update published outputs.
Instructions
Run a Hex project.
Args:
project_id: The UUID of the Hex project to run
input_params: Optional input parameters for the project
update_published_results: Whether to update published results
Returns:
JSON string with run detailsInput Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | ||
| input_params | No | ||
| update_published_results | No |