get_execution
Retrieve personalized union execution details for a specific project and domain to support workflow integration and task management.
Instructions
Get personalized union execution.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
domain | Yes | ||
name | Yes | ||
project | Yes |
Input Schema (JSON Schema)
{
"properties": {
"domain": {
"title": "Domain",
"type": "string"
},
"name": {
"title": "Name",
"type": "string"
},
"project": {
"title": "Project",
"type": "string"
}
},
"required": [
"name",
"project",
"domain"
],
"title": "get_executionArguments",
"type": "object"
}