Categorie: reference
Bijgewerkt: 2026-04-08
actionfield workflow actionfield1880
ActionField1880
Beschrijving: Change progress status of the root cause analysis. Custom: Nee
Propertiesbewerken
| Property | Type | Accessor |
|---|---|---|
| RootCauseAnalysis | RootCauseAnalysis | Root |
| UseProgressStatus | ProgressStatus | Optional |
XMLbewerken
<Workflow Name="ActionField1880" Version="2025.07.28" WorkflowType="Standard" xmlns="urn:Ultimo.Framework.Workflow-mapping">
<Security EditLevel="10" ViewLevel="20" UserContentLevel="30" />
<Description>Change progress status of the root cause analysis.</Description>
<Properties>
<Property Name="RootCauseAnalysis" Type="RootCauseAnalysis" Accessor="Root" Direction="In" />
<Property Name="UseProgressStatus" Type="ProgressStatus" Accessor="Optional" Direction="In" Comment="Allow passing in a specific progress status" />
</Properties>
<Execution>
<UserContent Name="Pre" />
<WorkflowCall Name="DomainObject_ChangeProgressStatus" WorkflowName="DomainObject_ChangeProgressStatus">
<Parameter Name="DomainObject" Direction="In" Value="${RootCauseAnalysis}" />
<Parameter Name="UseProgressStatus" Direction="In" Value="${UseProgressStatus}" />
</WorkflowCall>
<UserContent Name="Post" />
</Execution>
</Workflow>