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

ActionField1890

Beschrijving: Fill out details of the follow-up job after the description changes. Custom: Nee

Propertiesbewerken

Property Type Accessor
Job Job Root

XMLbewerken

<Workflow Name="ActionField1890" Version="2025.07.28" WorkflowType="Standard" xmlns="urn:Ultimo.Framework.Workflow-mapping">
	<Security EditLevel="10" ViewLevel="20" UserContentLevel="30" />
	<Description>Fill out details of the follow-up job after the description changes.</Description>
	<Properties>
		<Property	Name="Job"	Type="Job"	Accessor="Root"		Direction="In" />
	</Properties>
	<Execution>
		<UserContent Name="Pre" />

		<WorkflowCall Name="RootCauseAnalysis_FillOutDetailsOnFollowUpJob" WorkflowName="RootCauseAnalysis_FillOutDetailsOnFollowUpJob">
			<Parameter	Name="Job"	Direction="In"		Value="${Job}" />
		</WorkflowCall>

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