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

{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").{/i18n}

{i18n}Configure Workflow Process{/i18n} {i18n}Configure Workflow Process{/i18n} {i18n}(e.g. which transitions lead to which states){/i18n}

{i18n}States{/i18n}

{i18n}Add New States{/i18n} {i18n}Add New States{/i18n}

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

{i18n}Transitions{/i18n}

{i18n}Add New Transitions{/i18n} {i18n}Add New Transitions{/i18n}

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