Home > Contents > Index >
workflowstate:scatter
Creates independent variables and lists from an in-memory workflow state instance.
Syntax
<workflowstate:scatter name="workflow state object name" prefix="variable prefix" />Parameters
name (required)
- Name of the workflow process instance object whose fields are to be scattered.
prefix (required)
- First part of the name of all variables and/or lists used by this scatter operation. Variables are typically named with the prefix together with the field name. A delimiter is not automatically inserted after the prefix. Therefore, if you want a delimiter, such as a colon, you must specify it with the prefix. For example,
Variables.prefix:fieldname
.
Description
The
workflowstate:scatter
tag sets the following variables:
prefix+id
prefix+name
prefix+description
prefix+esttime
prefix+actions+actionTotal
prefix+actions+action+i
(where i is an integer)
Home > Contents > Index > ![]()
Oracle JSP Tag Reference
Copyright (c) 2013, 2019, Oracle and/or its affiliates. All rights reserved.