1. Access Process Flow Settings#
Navigate to the Process Flow section via the sidebar in Wexa. Click the three dots (⋯) next to the desired process flow. Select Settings from the dropdown menu.Using SDK to Access Process Flow Configuration:2.1 Go to Goal Settings#
In the settings panel, switch to the Goal Settings tab. Locate the Input Form section and click Add Input Form.Select from available input types:Short Text: Single-line text input
Table: Structured data input
Date and Time: Date/time picker
File Upload: File attachment
Long Text: Multi-line text input
One Option (Dropdown): Single selection
List of Texts: Multiple text entries
Configuring Input Forms with SDK:Input forms are configured through the AgentFlow's goal template and input variables. When executing, provide structured input:Example Setup with Multiple Fields:3. Set Up the Goal Template#
In the Template Editor, reference input values using Unique IDs enclosed in double curly braces {{unique_id}}.Critical: Ensure Unique IDs in the template exactly match those set in the input form.Updating Goal Template with SDK:Click Save and Finish to complete the setup in Wexa Studio. With SDK, the configuration is saved when you update the AgentFlow.Run the process flow by clicking the Run button in Wexa Studio, or execute it using the SDK:4.3 Field Customization#
Optional/Required: Fields can be marked as optional or required (handled in Wexa Studio UI)
Advanced Fields: Marked fields collapse under an "Advanced" section for cleaner forms
Modified at 2026-01-02 09:56:55