{i18n arg_name=$workflow_name}States and Transitions: #name#{/i18n}

The core of a workflow is the process that documents in that workflow follow. These processes are made up of states (which documents are in, e.g. "reviewed" or "published") and transitions which documents follow (e.g. "submit for review" or "publish").

Configure Workflow Process Configure Workflow Process (e.g. which transitions lead to which states)

States

Add New States Add New States

{foreach from=$states item=oState} {/foreach}
State Name Edit Delete
{$oState->getName()} Edit State Delete State

Transitions

Add New Transitions Add New Transitions

{foreach from=$transitions item=oTransition} {/foreach}
Transition Name Edit Delete
{$oTransition->getName()} Edit Delete