Categorie: reference
Bijgewerkt: 2026-04-08
actionfield workflow actionfield1885
ActionField1885
Beschrijving: Create root cause analysis for process function. Custom: Nee
Propertiesbewerken
| Property | Type | Accessor |
|---|---|---|
| ProcessFunction | ProcessFunction | Root |
XMLbewerken
<Workflow Name="ActionField1885" 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 process function.</Description>
<Properties>
<Property Name="ProcessFunction" Type="ProcessFunction" Accessor="Root" Direction="In" />
<Property Name="RootCauseAnalysis" Type="RootCauseAnalysis" Accessor="Internal" />
</Properties>
<Execution>
<UserContent Name="Pre" />
<Transaction>
<WorkflowCall Name="ProcessFunction_CreateRootCauseAnalysis" WorkflowName="ProcessFunction_CreateRootCauseAnalysis">
<Parameter Name="ProcessFunction" Direction="In" Value="${ProcessFunction}" />
<Parameter Name="RootCauseAnalysis" Direction="Out" OutputProperty="${RootCauseAnalysis}" />
</WorkflowCall>
</Transaction>
<UserContent Name="Post" />
<View Name="OpenScreen" ViewName="DataEntryScreen">
<Parameter Name="DomainObject" Direction="In" Value="${RootCauseAnalysis}" />
</View>
</Execution>
</Workflow>