ArcGIS Desktop

  • ArcGIS Pro
  • ArcMap

  • My Profile
  • Help
  • Sign Out
ArcGIS Desktop

ArcGIS Online

The mapping platform for your organization

ArcGIS Desktop

A complete professional GIS

ArcGIS Enterprise

GIS in your enterprise

ArcGIS Developers

Tools to build location-aware apps

ArcGIS Solutions

Free template maps and apps for your industry

ArcGIS Marketplace

Get apps and data for your organization

  • Documentation
  • Support
Esri
  • Sign In
user
  • My Profile
  • Sign Out

ArcMap

  • Home
  • Get Started
  • Map
  • Analyze
  • Manage Data
  • Tools
  • Extensions

ExtendedProperty

  • Summary
  • Discussion
  • Properties
  • Code sample

Summary

The ExtendedProperty object provides access to properties of the extended property row associated with the job.

Discussion

Extended properties store business-specific information as part of the job that is not covered by the default job properties. Extended properties have one-to-one (1-1) cardinality, and there is one set of properties associated with the job. To configure and use extended properties in your job types, you must create a new geodatabase table in the Workflow Manager (Classic) Repository. Then configure Workflow Manager (Classic) to recognize this table as an extension to the rest of the system tables.

Properties

PropertyExplanationData Type
alias
(Read Only)

The alias of the extended property or linked property table associated with the job.

String
cardinality
(Read Only)

The cardinality of the extended property or linked property table associated with the job.

String
jobID
(Read Only)

The ID of the job with which the extended property or linked property table is associated.

Integer
name
(Read Only)

The name of the extended property or linked property table associated with the job.

String

Code sample

The following script gets an extended property table associated with the job and prints the name of the cells along with the value.

import arcpy
import arcpywmx

# Establish a connection to a Workflow database
conn = arcpywmx.Connect(r'c:\test\Workflow.jtc')

# Access a Workflow Job with extended properties
job = conn.getJob(99999)

# Get the extended properties table associated with the job
prop_table = job.getExtendedPropertyTable('wmx.extra_properties')

# Iterate over extended properties and print the cell name with values
for (name,value) in prop_table:
    print("Cell %s = %s" % (name, value.data))

ArcGIS Desktop

  • Home
  • Documentation
  • Support

ArcGIS

  • ArcGIS Online
  • ArcGIS Desktop
  • ArcGIS Enterprise
  • ArcGIS
  • ArcGIS Developer
  • ArcGIS Solutions
  • ArcGIS Marketplace

About Esri

  • About Us
  • Careers
  • Esri Blog
  • User Conference
  • Developer Summit
Esri
Tell us what you think.
Copyright © 2021 Esri. | Privacy | Legal