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

ActionField395

Beschrijving: Change status of all RiskClasses with the same context as this RiskClass to Approved. Custom: Nee

Propertiesbewerken

Property Type Accessor
RiskClass RiskClass Root

XMLbewerken

<Workflow Name="ActionField395" Version="2025.07.28" WorkflowType="Standard" xmlns="urn:Ultimo.Framework.Workflow-mapping">
	<Security EditLevel="10" ViewLevel="20" UserContentLevel="30" />
	<Description>Change status of all RiskClasses with the same context as this RiskClass to Approved.</Description>
	<Properties>
		<Property	Name="RiskClass"	Type="RiskClass"	Accessor="Root"		Direction="In" />
	</Properties>
	<Execution>
		<UserContent Name="Pre" />

		<WorkflowCall Name="Approve RiskClass" WorkflowName="RiskClass_Approve">
			<Parameter	Name="RiskClassContext"	Direction="In"		Value="${RiskClass.Context}" />
		</WorkflowCall>

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