State: {$oState->getName()|escape}

Edit state properties
Inform Which Users?

Please select which roles or groups should be informed when this state is reached.

Roles

{entity_checkboxes entities=$aRoles name="fRoleIds" multiple="true" selected=$aInformed.role assign=aBoxes} {foreach from=$aBoxes item=sBox} {$sBox}
{/foreach}

Groups

{entity_checkboxes entities=$aGroups name="fGroupIds" multiple="true" selected=$aInformed.group assign=aBoxes} {foreach from=$aBoxes item=sBox} {$sBox}
{/foreach} {*

Users

{entity_checkboxes entities=$aUsers name="fUserIds" multiple="true" selected=$aInformed.user assign=aBoxes} {foreach from=$aBoxes item=sBox} {$sBox}
{/foreach} *}

Assigned Permissions

While in this workflow state, additional permissions may be given. This is done either to expose the document to more users or to allow a particular role to be fulfilled before a workflow transition can be accomplished.

Transitions {if $aTransitionsTo}

Transitions to this state

{if (!empty($aTransitionsTo))} {else} No transitions lead to this state. {/if} {/if}

Transitions from this state

{if (!empty($aTransitions))} {entity_checkboxes entities=$aTransitions name="fTransitionIds" multiple="true" selected=$aTransitionsSelected}
{else} No transitions defined. {/if}
Actions allowed {if (!empty($aActions))}
{else} No actions defined. {/if}