Folderr
Official
by folderr-tech
get_workflow_inputs
Get the required inputs for a workflow
Input Schema
Name | Required | Description | Default |
---|---|---|---|
workflow_id | Yes | ID of the workflow |
Input Schema (JSON Schema)
{
"properties": {
"workflow_id": {
"description": "ID of the workflow",
"type": "string"
}
},
"required": [
"workflow_id"
],
"type": "object"
}