adb_test_gen_save
Save a workflow JSON to the workflows directory for later execution via adb_workflow_run. Provide a name and the workflow JSON string.
Instructions
Save a generated workflow JSON to the workflows directory for later execution with adb_workflow_run.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Workflow name (used as filename) | |
| workflow | Yes | Workflow JSON string to save |