trigger_workflow
ActiveTool of SendIt
declared in 0.1.0
Manually trigger a workflow run.
Parameters schema
{
"type": "object",
"required": [
"workflowId"
],
"properties": {
"inputData": {
"type": "object",
"description": "Input data to pass to the workflow run",
"additionalProperties": true
},
"workflowId": {
"type": "string",
"description": "Workflow ID to trigger"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
SendIt
https://github.com/Shree-git/sendit
1/7 registries