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

ActionField1769

Beschrijving: Skip an open maintenance task. Custom: Nee

Propertiesbewerken

Property Type Accessor
ShiftLogLine ShiftLogLine Root
ShowLastScreen Boolean Optional

XMLbewerken

<Workflow Name="ActionField1769" Version="2025.07.28" WorkflowType="Standard" xmlns="urn:Ultimo.Framework.Workflow-mapping">
	<Security EditLevel="10" ViewLevel="20" UserContentLevel="30" />
	<Description>Skip an open maintenance task.</Description>
	<Properties>
		<Property	Name="ShiftLogLine"		Type="ShiftLogLine"	Accessor="Root"		Direction="In" />

		<Property	Name="ShowLastScreen"	Type="Boolean"		Accessor="Optional"	Direction="In"		Comment="ShowLast screen after changing the status." />

		<Property	Name="SkipReason"		Type="SkipReason"	Accessor="Internal" />
	</Properties>
	<Execution>
		<UserContent Name="Pre" />

		<WorkflowCall Name="ShiftLogLine_ProcessMaintenanceTaskValidations" WorkflowName="ShiftLogLine_ProcessMaintenanceTaskValidations">
			<Parameter	Name="ShiftLogLine"	Direction="In"		Value="${ShiftLogLine}" />
			<Parameter	Name="TargetStatus"	Direction="In"		Value="ShiftLogLineStatus.Skipped" />
		</WorkflowCall>

		<WorkflowCall Name="Dialog_ShiftLogLine_GetSkipReason" WorkflowName="Dialog_ShiftLogLine_GetSkipReason">
			<Parameter	Name="ShiftLogLine"	Direction="In"		Value="${ShiftLogLine}" />
			<Parameter	Name="SkipReason"	Direction="Out"								OutputProperty="${SkipReason}" />
		</WorkflowCall>

		<WorkflowCall Name="ShiftLogLine_ProcessSkipMaintenanceTask" WorkflowName="ShiftLogLine_ProcessSkipMaintenanceTask">
			<Parameter	Name="ShiftLogLine"	Direction="In"		Value="${ShiftLogLine}" />
			<Parameter	Name="SkipReason"	Direction="In"		Value="${SkipReason}" />
		</WorkflowCall>

		<UserContent Name="Post" />

		<When Name="When should go back" Condition="${ShowLastScreen} == True">
			<View Name="Back" ViewName="Back">
				<Parameter	Name="ShowLast"	Direction="In"		Value="1" />
			</View>
		</When>
	</Execution>
</Workflow>