Start nodes attribute
The ordered start triggers that can independently run a GovTribe AI automation.
- Type:
object[] - Data types: Automation
- Fields:
start_nodes
For automations, start_nodes contains one or more ordered conditions that can independently run the same saved prompt. The conditions use OR behavior; the automation does not wait for every item to match.
Notes
- Each item includes a stable
start_node_id,trigger_type, publictrigger_config, summary, and available type-specific details. - A
trigger-saved-search-resultsitem includes its independent lowercasefrequencyand nullablenext_run_at. The frequency remains required in every status, while the next run is present only when the workflow version ispublished. Itstrigger_configcontainssaved_search_model_idand the same frequency. - Use
start_node_idwithUpdate_Automationto update or delete one trigger without replacing the others. - Include
start_node_idwithTest_Run_Automationwhen a multi-trigger automation needs to simulate one specific start condition. Search_Automationsreturns up to three start nodes by default. Compare the returned list withtotal_triggers_countand raisemax_triggerswhen you need more.
Related articles
- Automations (beta): Combine schedules, government-record changes, and workspace events in one automation.
- Create automation MCP tool: Supply one or more start-node definitions.
- Update automation MCP tool: Patch start nodes by stable ID.
- Search automations MCP tool: Request ordered start nodes and control how many are embedded.
- Test run automation MCP tool: Choose which start node a manual run should simulate.