Testing Deployed Workflow
Last updated
Last updated
Navigate to the Test tab within the deployment details. This interface allows you to interact with the deployed workflow by sending inputs and viewing responses directly in the UI.
In the Input section of the Test tab, you can provide a JSON object to simulate data being sent to the workflow's endpoint. This input should follow the expected schema defined by your workflow. Once you’ve entered the input data:
Click Run: This triggers the workflow to process the input and returns the result.
Observe the Output: The Result section displays the JSON output generated by the workflow.
The platform provides a real-time response, allowing you to iteratively test various inputs and review how the workflow handles them.