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

ActionField1226

Beschrijving: Start ArcGIS from a ProcessFunction. Custom: Nee

Propertiesbewerken

Property Type Accessor
ProcessFunction ProcessFunction Root

XMLbewerken

<Workflow Name="ActionField1226" Version="2025.07.28" WorkflowType="Standard" xmlns="urn:Ultimo.Framework.Workflow-mapping">
	<Security EditLevel="10" ViewLevel="20" UserContentLevel="30" />
	<Description>Start ArcGIS from a ProcessFunction.</Description>
	<Properties>
		<Property	Name="ProcessFunction"	Type="ProcessFunction"	Accessor="Root"		Direction="In" />
	</Properties>
	<Execution>
		<UserContent Name="Pre" />

		<WorkflowCall Name="ProcessFunction_OpenArcGIS" WorkflowName="ProcessFunction_OpenArcGIS">
			<Parameter	Name="ProcessFunction"	Direction="In"		Value="${ProcessFunction}" />
		</WorkflowCall>

		<UserContent Name="Post" />
	</Execution>
</Workflow>