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

ActionField1879

Beschrijving: Create root cause analysis for safety incident. Custom: Nee

Propertiesbewerken

Property Type Accessor
SafetyIncident SafetyIncident Root

XMLbewerken

<Workflow Name="ActionField1879" Version="2025.07.28" WorkflowType="Standard" xmlns="urn:Ultimo.Framework.Workflow-mapping">
	<Security EditLevel="10" ViewLevel="20" UserContentLevel="30" />
	<Description>Create root cause analysis for safety incident.</Description>
	<Properties>
		<Property	Name="SafetyIncident"		Type="SafetyIncident"		Accessor="Root"		Direction="In" />

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

		<Transaction>
			<WorkflowCall Name="SafetyIncident_CreateRootCauseAnalysis" WorkflowName="SafetyIncident_CreateRootCauseAnalysis">
				<Parameter	Name="SafetyIncident"		Direction="In"		Value="${SafetyIncident}" />
				<Parameter	Name="RootCauseAnalysis"	Direction="Out"									OutputProperty="${RootCauseAnalysis}" />
			</WorkflowCall>

			<WorkflowCall Name="RootCauseAnalysis_CopyEquipmentAndProcessFunctionFromSafetyIncident" WorkflowName="RootCauseAnalysis_CopyEquipmentAndProcessFunctionFromSafetyIncident">
				<Parameter	Name="RootCauseAnalysis"	Direction="In"		Value="${RootCauseAnalysis}" />
				<Parameter	Name="SafetyIncident"		Direction="In"		Value="${SafetyIncident}" />
			</WorkflowCall>
		</Transaction>

		<UserContent Name="Post" />

		<View Name="OpenScreen" ViewName="DataEntryScreen">
			<Parameter	Name="DomainObject"	Direction="In"		Value="${RootCauseAnalysis}" />
		</View>
	</Execution>
</Workflow>