ExecutionExecution
ExecutionCertified

An application for creating and interacting with Flow executions

An application for creating and interacting with Flow executions

yaml
type: "io.kestra.plugin.ee.apps.Execution"
Properties
Min length1
Max length150

The name to display for this app.

Validation RegExp^[a-zA-Z0-9][a-zA-Z0-9._-]*
Min length1
Max length100

The ID of the flow.

Validation RegExp^[a-zA-Z0-9][a-zA-Z0-9_-]*
Min length1

The ID of the app.

Validation RegExp^[a-z0-9][a-z0-9._-]*
Min length1
Max length150

The Namespace of the app.

Default{ "type": "PRIVATE", "groups": [], "catalog": true }

The access level for the app.

Definitions
catalogboolean

If the app is to be visible in the application catalog

groupsarray
SubTypestring

The group names authorized to access the app.

This property is only used when access.type is PRIVATE

typestring
Possible Values
PUBLICPRIVATE

The access type of the app.

The description of the app.

Defaultfalse

Specifies whether the App is disabled.

The ID of the execution (optional).

The expiration policy for the app.

Definitions
endDatestring
Formatdate-time
startDatestring
Formatdate-time
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.

Definitions
blocks
type*Requiredobject
contentstring

The content of the alert.

showIconboolean
Defaultfalse

Specify whether a type icon is displayed.

stylestring
Possible Values
SUCCESSINFOWARNINGERROR

The type of alert.

type*Requiredobject
type*Requiredobject
url*Requiredstring

The link to add to the button.

sizestring
Possible Values
DEFAULTLARGESMALL
stylestring
Possible Values
DEFAULTSUCCESSINFOWARNINGDANGER
textstring
DefaultSubmit
type*Requiredobject
type*Requiredobject
altTextstring

The alternate text for the image.

sourcestring

The path to the image.

stylestring

Custom CSS style for the image.

titlestring

The title for the image.

type*Requiredobject
type*Requiredobject
contentstring

The content of the block.

type*Requiredobject
delaystring
Formatduration

The delay before triggering the redirection.

urlstring

The URL to redirect to.

type*Requiredobject
contentstring

The content of the error stacktrace.

messagestring

The message of the error.

type*Requiredobject
dataarray
SubTypeobject

The list of data rows for the table.

type*Requiredobject
sizestring
DefaultDEFAULT
Possible Values
DEFAULTLARGESMALL
stylestring
DefaultDEFAULT
Possible Values
DEFAULTSUCCESSINFOWARNINGDANGER
textstring
DefaultCancel
type*Requiredobject
sizestring
DefaultDEFAULT
Possible Values
DEFAULTLARGESMALL
stylestring
DefaultDEFAULT
Possible Values
DEFAULTSUCCESSINFOWARNINGDANGER
textstring
DefaultExecute
type*Requiredobject
type*Requiredobject
filter
logLevelstring
Possible Values
ERRORWARNINFODEBUGTRACE
taskIdsarray
SubTypestring
sizestring
DefaultDEFAULT
Possible Values
DEFAULTLARGESMALL
stylestring
DefaultDEFAULT
Possible Values
DEFAULTSUCCESSINFOWARNINGDANGER
textstring
DefaultDownload Logs
type*Requiredobject
filter
excludearray
SubTypestring
includearray
SubTypestring
type*Requiredobject
filter

The filter for the logs.

logLevelstring
Possible Values
ERRORWARNINFODEBUGTRACE

The optional log level.

taskIdsarray
SubTypestring

The optional list of tasks for which logs are to be displayed.

type*Requiredobject
filter
excludearray
SubTypestring
includearray
SubTypestring
type*Requiredobject
sizestring
DefaultDEFAULT
Possible Values
DEFAULTLARGESMALL

The size of the button.

stylestring
DefaultDEFAULT
Possible Values
DEFAULTSUCCESSINFOWARNINGDANGER

The style of the button.

textstring
DefaultResume

The text of the button.

type*Requiredobject
outputs*Requiredarray

The list of outputs

displayName*Requiredstring

The display name of output.

type*Requiredstring
Possible Values
STRINGENUMSELECTINTFLOATBOOLEANBOOLDATETIMEDATETIMEDURATIONFILEJSONURISECRETARRAYMULTISELECTYAMLEMAIL

The type of output.

value*Requiredobject

The value of output . Can be a dynamic expression

descriptionstring

The short description of output

type*Requiredobject
conditionstring
onstring
Possible Values
OPENERRORFAILURESUCCESSPAUSECREATEDRUNNINGRESUMEFALLBACK
SubTypestring

A list of tags attached to this app.

The App thumbnail URL.