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

ActionField1084

Beschrijving: Unlink a Job (change) from its ITRelease (release). Custom: Nee

Propertiesbewerken

Property Type Accessor
Job Job Root

XMLbewerken

<Workflow Name="ActionField1084" Version="2025.07.28" WorkflowType="Standard" xmlns="urn:Ultimo.Framework.Workflow-mapping">
	<Security EditLevel="10" ViewLevel="20" UserContentLevel="30" />
	<Description>Unlink a Job (change) from its ITRelease (release).</Description>
	<Properties>
		<Property	Name="Job"	Type="Job"	Accessor="Root"		Direction="In" />
	</Properties>
	<Execution>
		<UserContent Name="Pre" />

		<Validation Name="ValidateReleaseNotReleasedYet" Condition="${Job.ITRelease.Status} != ITReleaseStatus.Released" MessageCode="2124">
			<Parameter	Name="Action"	Direction="In"		Value="Unlink" />
			<Parameter	Name="Job"		Direction="In"		Value="${Job}" />
		</Validation>

		<Transaction>
			<Assign Name="Clear release from change" Property="${Job.ITRelease}" Value="Empty" />
		</Transaction>

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