Home > Contents > Index > 
WORKFLOWASSET.LOAD
Build a workflow asset description from either a unique name, or the asset type and asset id.
Syntax
<WORKFLOWASSET.LOADOBJVARNAME="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.
 
errno
The possible values of
errnoinclude:
 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 > ![]()
FatWire XML Tag Reference
Copyright 2005,2006,2007 by FatWire Software
All rights reserved.