Please note that additional configuration is
possible on states beyond what is specified here (e.g. which users to notify
about the document, etc). Please edit the state
to access and modify these other properties.
Informed Users
{i18n}Please select which roles or groups should be
informed when this state is reached.{/i18n}
{if $aRoles}
{i18n}Roles{/i18n}
{entity_checkboxes entities=$aRoles name="fRoleIds" multiple="true" selected=$aInformed.role assign=aBoxes}
{foreach from=$aBoxes item=sBox}
{$sBox}
{/foreach}
{/if}
{i18n}Groups{/i18n}
{entity_checkboxes entities=$aGroups name="fGroupIds" multiple="true" selected=$aInformed.group assign=aBoxes}
{foreach from=$aBoxes item=sBox}
{$sBox}
{/foreach}
*}
Actions Allowed
Workflows can control which actions (edit metadata,
download, etc.) are available on a given document. Please specify which of
the actions controlled by this workflow are available when the document is in
this state.
{if (!empty($aActions))}
{entity_checkboxes name="fActions" entities=$aActions idmethod="getName" method="getDisplayName" assign="aCheckboxes" selected="$aActionsSelected"}
{foreach from=$aCheckboxes item=sCheckbox}
{$sCheckbox}
{/foreach}
{else}
{i18n}No actions are controlled by this workflow.{/i18n}
{/if}