Categorie: reference
Bijgewerkt: 2026-04-08
actionfield workflow actionfield1617
ActionField1617
Beschrijving: Refresh jobinfo for assetplanner. Custom: Nee
Propertiesbewerken
| Property | Type | Accessor |
|---|---|---|
| Job | Job | Root |
| ResourceType | SchedulerItemResourceType | Required |
| SchedulerItem | SchedulerItem | Optional |
XMLbewerken
<Workflow Name="ActionField1617" Version="2025.07.28" WorkflowType="Standard" xmlns="urn:Ultimo.Framework.Workflow-mapping">
<Security EditLevel="10" ViewLevel="20" UserContentLevel="30" />
<Description>Refresh jobinfo for assetplanner.</Description>
<Properties>
<Property Name="Job" Type="Job" Accessor="Root" Direction="In" />
<Property Name="ResourceType" Type="SchedulerItemResourceType" Accessor="Required" Direction="In" />
<Property Name="SchedulerItem" Type="SchedulerItem" Accessor="Optional" Direction="Out" Comment="Job as a SchedulerItem" />
</Properties>
<Execution>
<UserContent Name="Pre" />
<Transaction>
<Command Name="AssetPlanner_GetJobSchedulerItem" CommandName="AssetPlanner_GetJobSchedulerItem">
<Parameter Name="Job" Direction="In" Value="${Job}" />
<Parameter Name="ResourceType" Direction="In" Value="${ResourceType}" />
<Parameter Name="ValidateChange" Direction="In" Value="False" />
<Parameter Name="SchedulerItem" Direction="Out" OutputProperty="${SchedulerItem}" />
</Command>
</Transaction>
<UserContent Name="Post" />
</Execution>
</Workflow>