Home > Contents > Index >
workflowasset:load
Build a workflow asset description from either a unique name, or the asset type and asset id.
Syntax
<workflowasset:load
objvarname="
object variable name
"
objectname="
object name
"
assettype="
asset type
"
id="
asset id
"
/>
Parameters
objvarname (required)
- The name of the workflow asset object to create.
objectname (optional)
- The unique name for the workflow asset description.
assettype (optional)
- The asset type to use in creating the workflow asset object.
id (optional)
- The asset id to use in creating the workflow asset object.
Error Numbers
The possible values of
errno
include:
Value Description -12020 No object by name. -12037 Required field missing.Example
The following example gets a workflow object from its asset type and asset id
<workflowasset:load assettype='<%=ics.GetVar("assetType")%>' id='<%=ics.GetVar("assetID")%>' objvarname="workflowAssetObj"/>The following example gets a workflow object from its asset name called my_workflow_name
<workflowasset:load objectname="my_workflow_name" objvarname="assetobj"/>
Home > Contents > Index > ![]()
Oracle JSP Tag Reference
Copyright (c) 2013, 2019, Oracle and/or its affiliates. All rights reserved.