Generate Object Action
In a Generate Object action, at the commit of the Document Object, a new object is generated of the specified type name.
Code Example:
<Transition Value="Draft" NextValue="Released">
<Action Action="Email" ActionDataId="myEmailAction"/>
</Transition>
<ActionDatas>
<GenerateObjectData Id="myGenerateAction" TypeName="Specification" CopyChapterStructure="true" AddToActiveTags="true"/>
</ActionDatas>
</Workflow>
Parameters
TypeName
The type name of the object to generate.
CopyChapterStructure (optional)
If set to true, the generated object is placed in a chapter structure corresponding to the parent object. If no such chapter structure exists, it is automatically created. Default: false.
AddToActiveTags (optional)
If set to true, currently activated tags in the client are automatically added to the generated object. Default: false.
Last updated
Was this helpful?