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

ActionField027

Beschrijving: Finish Job (from status Active). Custom: Nee

Propertiesbewerken

Property Type Accessor
Job Job Root

XMLbewerken

<Workflow Name="ActionField027" Version="2025.07.28" WorkflowType="Standard" AllowUserInteraction="False" xmlns="urn:Ultimo.Framework.Workflow-mapping">
	<Security EditLevel="10" ViewLevel="20" UserContentLevel="30" />
	<Description>Finish Job (from status Active).</Description>
	<Properties>
		<Property	Name="Job"	Type="Job"	Accessor="Root"		Direction="In" />
	</Properties>
	<Execution>
		<UserContent Name="Pre" />

		<Validation Name="Status Validation" Condition="${Job.Status} == JobStatus.Active" MessageCode="0539">
			<Parameter	Name="Job"	Direction="In"		Value="${Job}" />
		</Validation>

		<Transaction>
			<ChangeStatus Name="Finish job" DomainObject="${Job}" NewStatus="JobStatus.Finished" />
		</Transaction>

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