An application for creating and interacting with Flow executions
yaml
type: "io.kestra.plugin.ee.apps."
Dynamic NO
Min length 1
Max length 150
The name to display for this app.
Dynamic NO
Validation RegExp ^[a-zA-Z0-9][a-zA-Z0-9._-]*
Min length 1
Max length 100
The ID of the flow.
Dynamic NO
Validation RegExp ^[a-zA-Z0-9][a-zA-Z0-9_-]*
Min length 1
The ID of the app.
Dynamic NO
Validation RegExp ^[a-z0-9][a-z0-9._-]*
Min length 1
Max length 150
The Namespace of the app.
Dynamic NO
Default {
"type": "PRIVATE",
"groups": []
}
The access level for the app.
Dynamic NO
The description of the app.
Dynamic NO
Default false
Specifies whether the App is disabled.
Dynamic NO
The ID of the execution (optional).
Dynamic NO
The expiration policy for the app.
Dynamic NO
Minimum ›= 1
The revision of the flow (optional).
Dynamic NO
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.