An application for creating and interacting with Flow executions
yaml
type: "io.kestra.plugin.ee.apps.Execution"
Min length
1
Max length
150
The name to display for this app.
Validation RegExp
^[a-zA-Z0-9][a-zA-Z0-9._-]*
Min length
1
Max length
100
The ID of the flow.
Validation RegExp
^[a-zA-Z0-9][a-zA-Z0-9_-]*
Min length
1
The ID of the app.
Validation RegExp
^[a-z0-9][a-z0-9._-]*
Min length
1
Max length
150
The Namespace of the app.
Default
{
"type": "PRIVATE",
"groups": []
}
The access level for the app.
The description of the app.
Default
false
Specifies whether the App is disabled.
The ID of the execution (optional).
The expiration policy for the app.
Minimum
>= 1
The revision of the flow (optional).
Default
[
{
"on": "OPEN",
"blocks": [
{
"type": "io.kestra.plugin.ee.apps.execution.blocks.CreateExecutionForm"
},
{
"type": "io.kestra.plugin.ee.apps.execution.blocks.CreateExecutionButton",
"text": "Submit",
"style": "INFO",
"size": "DEFAULT"
},
{
"type": "io.kestra.plugin.ee.apps.execution.blocks.internal.Route"
}
]
},
{
"on": "CREATED",
"blocks": [
{
"type": "io.kestra.plugin.ee.apps.core.blocks.Markdown",
"content": "Thanks for submitting your request!"
},
{
"type": "io.kestra.plugin.ee.apps.execution.blocks.internal.Route"
}
]
}
]
The layout for rendering the app.