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

ActionField1794

Beschrijving: Set JobInspectionLineStatus to finished for inspection type task. Custom: Nee

Propertiesbewerken

Property Type Accessor
JobInspectionLine JobInspectionLine Root

XMLbewerken

<Workflow Name="ActionField1794" Version="2025.07.28" WorkflowType="Standard" xmlns="urn:Ultimo.Framework.Workflow-mapping">
	<Security EditLevel="10" ViewLevel="20" UserContentLevel="30" />
	<Description>Set JobInspectionLineStatus to finished for inspection type task.</Description>
	<Properties>
		<Property	Name="JobInspectionLine"	Type="JobInspectionLine"	Accessor="Root"		Direction="In" />
	</Properties>
	<Execution>
		<UserContent Name="Pre" />

		<WorkflowCall Name="JobInspectionLine_Finish" WorkflowName="JobInspectionLine_Finish">
			<Parameter	Name="JobInspectionLine"	Direction="In"		Value="${JobInspectionLine}" />
		</WorkflowCall>

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