
Execution
An application for creating and interacting with Flow executions
An application for creating and interacting with Flow executions
An application for creating and interacting with Flow executions
type: "io.kestra.plugin.ee.apps.Execution"Properties
displayName*RequiredNon-dynamicstring
1150The name to display for this app.
flowId*RequiredNon-dynamicstring
^[a-zA-Z0-9][a-zA-Z0-9._-]*1100The ID of the flow.
id*RequiredNon-dynamicstring
^[a-zA-Z0-9][a-zA-Z0-9_-]*1The ID of the app.
namespace*RequiredNon-dynamicstring
^[a-z0-9][a-z0-9._-]*1150The Namespace of the app.
accessNon-dynamic
{
"type": "PRIVATE",
"groups": [],
"catalog": true
}The access level for the app.
io.kestra.ee.apps.Access
If the app is to be visible in the application catalog
The group names authorized to access the app.
This property is only used when access.type is PRIVATE
PUBLICPRIVATEThe access type of the app.
descriptionNon-dynamicstring
The description of the app.
disabledNon-dynamicboolean
falseSpecifies whether the App is disabled.
executionIdNon-dynamicstring
The ID of the execution (optional).
expirationNon-dynamic
The expiration policy for the app.
io.kestra.ee.apps.Expiration
date-timedate-timeflowRevisionNon-dynamicinteger
>= 1The revision of the flow (optional).
layoutNon-dynamicarray
[
{
"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.
io.kestra.plugin.ee.apps.execution.ExecutionLayout
A block for displaying important alert messages.
The content of the alert.
falseSpecify whether a type icon is displayed.
SUCCESSINFOWARNINGERRORThe type of alert.
A block for automatically refreshing the application layout.
A block for displaying a common button.
The link to add to the button.
DEFAULTLARGESMALLDEFAULTSUCCESSINFOWARNINGDANGERSubmitA block for separating blocks using an horizontal line.
A block for displaying an image
The alternate text for the image.
The path to the image.
Custom CSS style for the image.
The title for the image.
A block for displaying an animation during data loading.
A block for displaying text in markdown.
The content of the block.
A block for redirecting to an URL.
durationThe delay before triggering the redirection.
The URL to redirect to.
A block for displaying an error stacktrace.
The content of the error stacktrace.
The message of the error.
A block for displaying a table.
The list of data rows for the table.
A block for displaying a button to cancel an execution.
DEFAULTDEFAULTLARGESMALLDEFAULTDEFAULTSUCCESSINFOWARNINGDANGERCancelA block for displaying a button to create an execution.
DEFAULTDEFAULTLARGESMALLDEFAULTDEFAULTSUCCESSINFOWARNINGDANGERExecuteA block for displaying the form to create an execution.
A block for displaying a button to download the logs of an execution.
io.kestra.plugin.ee.apps.execution.blocks.DownloadLogsButton-LogFilter
ERRORWARNINFODEBUGTRACEDEFAULTDEFAULTLARGESMALLDEFAULTDEFAULTSUCCESSINFOWARNINGDANGERDownload LogsA block for displaying the inputs of a flow execution.
io.kestra.plugin.ee.apps.execution.blocks.IncludeOrExcludeFilter
A block for displaying the logs of a flow execution.
The filter for the logs.
io.kestra.plugin.ee.apps.execution.blocks.Logs-LogFilter
ERRORWARNINFODEBUGTRACEThe optional log level.
The optional list of tasks for which logs are to be displayed.
A block for displaying the outputs of a flow execution.
io.kestra.plugin.ee.apps.execution.blocks.IncludeOrExcludeFilter
io.kestra.plugin.ee.apps.execution.blocks.ResumeExecutionButton
DEFAULTDEFAULTLARGESMALLThe size of the button.
DEFAULTDEFAULTSUCCESSINFOWARNINGDANGERThe style of the button.
ResumeThe text of the button.
A block for displaying the form to resume an execution.
A block for displaying the outputs of tasks
The list of outputs
io.kestra.plugin.ee.apps.execution.blocks.TaskOutput
The display name of output.
STRINGENUMSELECTINTFLOATBOOLEANBOOLDATETIMEDATETIMEDURATIONFILEJSONURISECRETARRAYMULTISELECTYAMLEMAILThe type of output.
The value of output . Can be a dynamic expression
The short description of output
OPENERRORFAILURESUCCESSPAUSECREATEDRUNNINGRESUMEFALLBACKthumbnailNon-dynamicstring
The App thumbnail URL.