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

ActionField1738

Beschrijving: Add image files for a job and change the progressstatus Custom: Nee

Propertiesbewerken

Property Type Accessor
Job Job Root
SetProgressStatusToResponseReceived Boolean Optional

XMLbewerken

<Workflow Name="ActionField1738" Version="2025.07.28" WorkflowType="Standard" xmlns="urn:Ultimo.Framework.Workflow-mapping">
	<Security EditLevel="10" ViewLevel="20" UserContentLevel="30" />
	<Description>Add image files for a job and change the progressstatus</Description>
	<Properties>
		<Property	Name="Job"									Type="Job"			Accessor="Root"		Direction="In" />

		<Property	Name="SetProgressStatusToResponseReceived"	Type="Boolean"		Accessor="Optional"	Direction="In"		Default="False"						Comment="Set progressstatus of the job to ResponseReceived when an imaged is linked" />

		<Property	Name="ColumnName"							Type="String"		Accessor="Internal"						Default="Empty" />
		<Property	Name="Description"							Type="String"		Accessor="Internal" />
		<Property	Name="FileFilter"							Type="String"		Accessor="Internal"						Default=".gif,.jpg,.jpeg,.bmp,.png"	Comment="Select only files with this filter" />
		<Property	Name="MaximumNumberOfFiles"					Type="Int32"		Accessor="Internal"						Default="4" />
		<Property	Name="UploadedFiles"						Type="List[String]"	Accessor="Internal"						Default="Empty" />
	</Properties>
	<Execution>
		<UserContent Name="Pre" />

		<Validation Name="Check images" Condition="${Job.ImageFile} == Empty || ${Job.ImageFile2} == Empty || ${Job.ImageFile3} == Empty || ${Job.ImageFile4} == Empty" MessageCode="2054">
			<Parameter	Name="Job"	Direction="In"		Value="${Job}" />
		</Validation>

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

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