Select to view content in your preferred language

Workflow manager classic changing a step using rrsr api from inside an ArcGIS Pro Add-in

126
0
Wednesday
paolomax66
New Contributor

We are working withWorkflow manager ckassic with ArcGIS Pro 2.9 in a fderated environment. From inside the Add-in we need to change a step of a custon diagram pressing a button in a custom panel, so not using controls in wfm form. Having a Job running with a Map opened we use the following sequence of call: 

  • Action stop on the job
  • Set of a value on a field of an extended properties
  • Action finish

The step change correctly in the one desired and remains in the state "WaitingForInfo". When I press resume button I have a messagge similar to this "the Map is used by another job.. with the option of proceed to open my job and stop the othe or cancel to stop my Job. And as a.notification we have "Unable to stop step". After this messages the job goes in a correct state and works in the right way. What should be the correct sequence of call to avoid this map conflicts? Thank you in advance. 

0 Kudos
0 Replies