Categorie: reference Bijgewerkt: 2026-04-08 actionfield workflow actionfield131

ActionField131

Beschrijving: Add KnowledgeTopic to existing KnowledgeTopic. Custom: Nee

Propertiesbewerken

Property Type Accessor
PartOfKnowledgeTopic KnowledgeTopic Root
KnowledgeTopicContext Context Optional

XMLbewerken

<Workflow Name="ActionField131" Version="2025.07.28" WorkflowType="Standard" xmlns="urn:Ultimo.Framework.Workflow-mapping">
	<Security EditLevel="10" ViewLevel="20" UserContentLevel="30" />
	<Description>Add KnowledgeTopic to existing KnowledgeTopic.</Description>
	<Properties>
		<Property	Name="PartOfKnowledgeTopic"		Type="KnowledgeTopic"	Accessor="Root"		Direction="In" />

		<Property	Name="KnowledgeTopicContext"	Type="Context"			Accessor="Optional"	Direction="In"		Comment="Create KnowledgeTopic with this context" />

		<Property	Name="NewDescription"			Type="UltimoString"		Accessor="Internal" />
		<Property	Name="NewKnowledgeTopic"		Type="KnowledgeTopic"	Accessor="Internal" />
	</Properties>
	<Execution>
		<UserContent Name="Pre" />

		<WorkflowCall Name="Dialog_AskForDescription" WorkflowName="Dialog_AskForDescription" Comment="ummADDKNOWLEDGETOPIC">
			<Parameter	Name="NewDescription"	Direction="Out"		OutputProperty="${NewDescription}" />
		</WorkflowCall>

		<Transaction>
			<WorkflowCall Name="KnowledgeTopic_AddTopic" WorkflowName="KnowledgeDomain_AddTopic">
				<Parameter	Name="KnowledgeDomain"			Direction="In"		Value="${PartOfKnowledgeTopic.KnowledgeDomain}" />
				<Parameter	Name="KnowledgeTopicContext"	Direction="In"		Value="${KnowledgeTopicContext}" />
				<Parameter	Name="KnowledgeTopicStatus"		Direction="In"		Value="KnowledgeTopicStatus.Inactive" />
				<Parameter	Name="NewDescription"			Direction="In"		Value="${NewDescription}" />
				<Parameter	Name="NewKnowledgeTopic"		Direction="Out"														OutputProperty="${NewKnowledgeTopic}" />
			</WorkflowCall>
		</Transaction>

		<UserContent Name="Post" />
	</Execution>
</Workflow>