Select to view content in your preferred language

Need to get the WorkflowManager "Restrict Edits to Job Location" value from ArcPro AddIn

317
2
Jump to solution
01-27-2025 04:51 AM
Gurunara
Frequent Contributor

Want to get the workflowmanager "Restrict Edits to Job Location" value from ArcPro AddIn. Where to get this?

See attachment.

Either get it in code (c#), or where this information is located in the worflowmanager feature service layer (table/attribute)...

0 Kudos
1 Solution

Accepted Solutions
Gurunara
Frequent Contributor

Can query the diagram table in the workflowmanager feature service using the jobID and parse the json value in the diagram field.

View solution in original post

0 Kudos
2 Replies
Gurunara
Frequent Contributor

Want to get the workflowmanager "Restrict Edits to Job Location" value from ArcPro AddIn. Where to get this?

See attachment.

Either get it in code (c#), or where this information is located in the worflowmanager feature service layer (table/attribute)...

0 Kudos
Gurunara
Frequent Contributor

Can query the diagram table in the workflowmanager feature service using the jobID and parse the json value in the diagram field.

0 Kudos