Document Workflow

Workflow is a description of a document's lifecycle. It is made up of workflow states, which describe where in the lifecycle the document is, and workflow transitions, which describe the next steps within the lifecycle of the document.

{if !$oWorkflow}

No workflow

Document has no assigned workflow.

Start workflow on document {entity_select entities=$aWorkflows name=fWorkflowId}
{else}

Current workflow settings

Workflow
{$oWorkflow->getName()}
State
{$oState->getName()}
{if $aTransitions}
Transition to another workflow state {foreach from=$transition_fields item=oWidget } {$oWidget->render()} {/foreach}
{/if} {/if}