list_workflows
Retrieve all workflows available in a specified project and domain to manage and utilize Union automation processes.
Instructions
List all workflows in a project and domain.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
domain | Yes | ||
project | Yes |
Input Schema (JSON Schema)
{
"properties": {
"domain": {
"title": "Domain",
"type": "string"
},
"project": {
"title": "Project",
"type": "string"
}
},
"required": [
"project",
"domain"
],
"title": "list_workflowsArguments",
"type": "object"
}