dev-templates.workflows.html Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of automatiko-service-deployment Show documentation
Show all versions of automatiko-service-deployment Show documentation
Service Deployment module for Quarkus Extension for Automatiko Engine
{#include main}
{#style}
.annotation {
color: gray;
}
{/style}
{#title}Workflows{/title}
{#body}
ID
Name
Description
Is public
{#for workflowInfo in info:workflowInfos}
{workflowInfo.id}
{workflowInfo.name}
{workflowInfo.description}
{workflowInfo.publicProcess}
{/for}
{/body}
{/include}