Home > Contents > Index >
workflowengine:addobjecttogroup
Adds an asset to a workflow group.
Syntax
<workflowengine:addobjecttogroup site="pub_id" object="workflow_asset_object" id="workflow_group_id" />Parameters
site (required)
- Publication id.
object (required)
- Name of the loaded workflow asset object.
id (required)
- Workflow group id.
Description
The
workflowengine:addobjecttogroup
tag enables you to add an asset to a workflow group, that is already in workflow. This tag expects the asset is in the same workflow as the one specified in the workflow group.Error Numbers
The possible values of
errno
include:
Value Description -12024 Missing group. -12030 Insufficient privileges. -12050 Incompatible process.Example
Adds the asset to workflow group.
<%@ taglib prefix="workflowengine" uri="futuretense_cs/workflowengine.tld" %> <%@ taglib prefix="workflowasset" uri="futuretense_cs/workflowasset.tld" %> <workflowasset:load objvarname="wfasset3" assettype='<%=ics.GetVar("assettype")%> id='<%=ics.GetVar("assetid")%>' /> <workflowengine:getgroupid objvarname="newgroup3" id='<%=ics.GetVar("wfgroupid")%>' /> <workflowengine:addobjecttogroup object="wfasset3" site='<%=ics.GetVar("siteid")%>' id='<%=ics.getvar("wfgroupid")%>' /> <workflowengine:setgroup object="newgroup3" /> %=ics.getvar("wfgroupid")%>
Home > Contents > Index > ![]()
Oracle JSP Tag Reference
Copyright (c) 2013, 2019, Oracle and/or its affiliates. All rights reserved.