All Downloads are FREE. Search and download functionalities are using the official Maven repository.

dev-templates.workflows.html Maven / Gradle / Ivy

There is a newer version: 0.36.0
Show newest version
{#include main}
{#style}
.annotation {
color: gray;
}
{/style}
{#title}Workflows{/title}
{#body}

    {#for workflowInfo in info:workflowInfos}
    
    {/for}
    
ID Name Description Is public
{workflowInfo.id} {workflowInfo.name} {workflowInfo.description} {workflowInfo.publicProcess}
{/body} {/include}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy