ArcGIS Job Tracking extension(JTX) for ArcGIS 9.3.x. In ArcGIS 10, Job Tracking eXtension was change to Workflow Manager eXtension (WMX).

learn more… | top users | synonyms

1
vote
0answers
31 views

What affects the kind of date (local vs. UTC vs unspecified) on JTXJobClass.StartedDate?

I am accessing the JTXJobClass.StartedDate for a JTX Job (with IJTXJob3). I am getting an unspecified DateTime.Kind value. The value appears to be UTC (iirc, WMX always stores UTC in the database ...
1
vote
0answers
26 views

How to identify unused Step Types in ArcGIS Workflow Manager (WMX)?

Is there a way to bulk identify unused step types using ArcGIS Workflow Manager Adminstrator? Or has anyone worked up(and is willing to share) a SQL select statement that returns unused step types?
2
votes
1answer
31 views

Is there a way to prevent a WMX user from adding an embedded attachment?

I would like to allow Linked and URL attachments but prevent embedded attachments. The ManageAttachments privilege seems to be all or nothing. Does anyone else require this particular ...
1
vote
0answers
19 views

Is there a way to configure user logins to be case-insensitive in WMX (JTX) for ArcGIS 10?

I have some users who login on different workstations and the case of the username is different: John.Doe might be john.doe on another workstation. I would like WMX to treat this as the same user. I ...
2
votes
0answers
126 views

What is the best approach to interacting with map layers after a JTX Job Change event when a new MXD is loaded?

To further clarify, my question is pertaining to a WMX/JTX job activation from within ArcMap, not Workflow Manager. I have a JTXJobListener class where with a JobChanged method and that is ...
2
votes
0answers
175 views

Where can I find the latest WMX (JTX) Object Model Diagrams for ArcGIS 10?

I'm looking for a version that includes ESRI.ArcGIS.JTXUI--I'm hoping someone knows of an updated and online version of C:\Program Files\WMX\Developer Kit\Diagrams\ObjectModel.pdf. For reference, ...