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="Variables.AssetType" ID="Variables.AssetID" OBJVARNAME="WorkflowAssetObj"/>The following example gets a workflow object from its asset name
<WORKFLOWASSET.LOAD OBJECTNAME="Variables.AssetName" OBJVARNAME="WorkflowAssetObj"/>
Home > Contents > Index > ![]()
Oracle XML Tag Reference
Copyright (c) 2013, 2019, Oracle and/or its affiliates. All rights reserved.