Home > Contents > Index >
ROLELIST.ISALL
Verifies whether the role list corresponds to "any" (or "all") roles.
Syntax
<ROLELIST.ISALL NAME="rolelist_object_name
" VARNAME="variable_name
" />Parameters
NAME (required)
- Name of the rolelist object.
VARNAME (required)
- Name of the output variable to create. The value is set to
true
if the object specifies "any".
Description
If the role list for a workflow process is set to "any," then users with any role (i.e. users from all roles) can participate in that workflow process.
Error Numbers
The possible values of
errno
include:
Value Description -100 Asset Exception. -12001 An expected table or iList field was not found.Example
The following code checks to see if the status of the role is "any" or "all".
<!-- check for is all --> <ROLELIST.ISALL NAME="roleobject" VARNAME="status"/> ROLELIST.ISALL: <CSVAR NAME="Variables.status"/><BR/>
Home > Contents > Index > ![]()
Oracle XML Tag Reference
Copyright (c) 2013, 2019, Oracle and/or its affiliates. All rights reserved.