You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When we deploy a workflow it also creates a feature service and related views. It is not enough to just delete the workflow item when we delete a solution we need to clean-up the other services as well. Workflow Manager provides an api to do this for us and handles deleting these related services automatically. We should use this api for the workflow item when deleting a solution:
This api does not take care of deleting the group that is created with the workflow. We should also delete this group when deleting the solution. We can get the group id from the Workflow item data via the groupId property:
When we deploy a workflow it also creates a feature service and related views. It is not enough to just delete the workflow item when we delete a solution we need to clean-up the other services as well. Workflow Manager provides an api to do this for us and handles deleting these related services automatically. We should use this api for the workflow item when deleting a solution:
https://developers.arcgis.com/workflow-manager/api-reference/rest/delete-workflow-item/
This api does not take care of deleting the group that is created with the workflow. We should also delete this group when deleting the solution. We can get the group id from the Workflow item data via the groupId property:
The text was updated successfully, but these errors were encountered: