Is it possible to access Workflow Manager Job Extended Properties?

288
1
07-26-2018 01:44 PM
CharlieGorman
New Contributor II

Looking at a workflow where a user would create a job in workflow manager and edit it's extended properties, either from within ArcGIS Pro or from a workflow web interface.

Then I would like to access those extended properties from a Job object in the ArcGIS Pro SDK.

Is this possible?

0 Kudos
1 Reply
CharlieGorman
New Contributor II

Answering another one of my own for sharing...

This was accomplished by creating a python Geoprocessing script that calls into Workflow Manager. An ArcGIS Pro Geoprocessing tool was creating using this script, and this tool was then called using the Geoprocessing.ExecuteToolAsync() method.

Arcpy Script:

Arcpy WMX Script

Calling Arcpy Geoprocessing Tool:

Call Geoprocessing Tool

0 Kudos