Categorie: reference
Bijgewerkt: 2026-04-08
actionfield workflow actionfield1239
ActionField1239
Beschrijving: Show ArcGIS report with ProcessFunctions (either Object or Complex) having a certain RiskClass (selected via dialog). Custom: Nee
Propertiesbewerken
| Property | Type | Accessor |
|---|---|---|
| Map | String | Optional |
| ProcessFunctionContext | Context? | Optional |
XMLbewerken
<Workflow Name="ActionField1239" Version="2025.07.28" WorkflowType="Standard" xmlns="urn:Ultimo.Framework.Workflow-mapping">
<Security EditLevel="10" ViewLevel="20" UserContentLevel="30" />
<Description>Show ArcGIS report with ProcessFunctions (either Object or Complex) having a certain RiskClass (selected via dialog).</Description>
<Properties>
<Property Name="Map" Type="String" Accessor="Optional" Direction="In" Comment="Use this map for the report" />
<Property Name="ProcessFunctionContext" Type="Context?" Accessor="Optional" Direction="In" Comment="Show only ProcessFunctions with this context" />
<Property Name="GISMap" Type="GISMap" Accessor="Internal" />
<Property Name="ReportTitle" Type="String" Accessor="Internal" />
<Property Name="RiskClass" Type="RiskClass" Accessor="Internal" />
</Properties>
<Execution>
<UserContent Name="Pre" />
<WorkflowCall Name="Dialog_ArcgisObjectBasedReportOnRiskClass" WorkflowName="Dialog_ArcgisObjectBasedReportOnRiskClass">
<Parameter Name="SelectGISMap" Direction="In" Value="=${Map} == Empty" />
<Parameter Name="GISMap" Direction="Out" OutputProperty="${GISMap}" />
<Parameter Name="RiskClass" Direction="Out" OutputProperty="${RiskClass}" />
</WorkflowCall>
<When Name="selected something" Condition="${GISMap} != Empty">
<Assign Name="set map" Property="${Map}" Value="${GISMap.Id}" />
</When>
<FormatText Name="ARCGISRISKPEROBJECTANDCOMPLEX" TextCode="ARCGISRISKPEROBJECTANDCOMPLEX" Application="LABEL" OutputProperty="${ReportTitle}" />
<WorkflowCall Name="ArcGIS_ReportRiskClassPerProcessFunction" WorkflowName="ArcGIS_ReportRiskClassPerProcessFunction">
<Parameter Name="Map" Direction="In" Value="${Map}" />
<Parameter Name="ProcessFunctionContext" Direction="In" Value="${ProcessFunctionContext}" />
<Parameter Name="ReportTitle" Direction="In" Value="${ReportTitle}" />
<Parameter Name="RiskClass" Direction="In" Value="${RiskClass}" />
</WorkflowCall>
<UserContent Name="Post" />
</Execution>
</Workflow>