diff --git a/ServiceBased/Jupyter Notebook Examples/Workflow Manager - Automated Creations.html b/ServiceBased/Jupyter Notebook Examples/Workflow Manager - Automated Creations.html new file mode 100644 index 0000000..7c45344 --- /dev/null +++ b/ServiceBased/Jupyter Notebook Examples/Workflow Manager - Automated Creations.html @@ -0,0 +1,14802 @@ + + + + + +Workflow Manager - Automated Creations + + + + + + + + + + + + + + + + + + + + + +
+
+ + +
+
+
+ + +
+ +
+ + + + + +
+ +
+
+ + +
+ +
+ + + + + +
+ +
+
+ + +
+ +
+ + + + + +
+ +
+
+ + +
+ +
+ + + + + + + + + diff --git a/ServiceBased/Jupyter Notebook Examples/Workflow Manager - Copy Configuration.html b/ServiceBased/Jupyter Notebook Examples/Workflow Manager - Copy Configuration.html new file mode 100644 index 0000000..bde3ef8 --- /dev/null +++ b/ServiceBased/Jupyter Notebook Examples/Workflow Manager - Copy Configuration.html @@ -0,0 +1,14930 @@ + + + + + +Workflow Manager - Copy Configuration + + + + + + + + + + + + + + + + + + + + + +
+
+ + +
+
+
+
+ + +
+
+
+ + +
+ +
+ + + + + +
+ +
+
+
+ + +
+
+
+ + +
+ +
+ + + + + +
+ +
+
+ + +
+ +
+ + + + + +
+ +
+
+ + +
+ +
+ + + + + +
+ +
+
+ + +
+ +
+ + + + + +
+ +
+
+ + +
+ +
+ + + + + +
+ +
+
+ + +
+ +
+ + + + + + + + + diff --git a/ServiceBased/Jupyter Notebook Examples/Workflow Manager - Create Jobs From Survey Responses.html b/ServiceBased/Jupyter Notebook Examples/Workflow Manager - Create Jobs From Survey Responses.html new file mode 100644 index 0000000..a4869e2 --- /dev/null +++ b/ServiceBased/Jupyter Notebook Examples/Workflow Manager - Create Jobs From Survey Responses.html @@ -0,0 +1,15090 @@ + + + + + +Workflow Manager - Create Jobs From Survey Responses + + + + + + + + + + + + + + + + + + + + + +
+
+ + +
+
+
+
+ + +
+
+
+ + +
+ +
+
+ + +
+ +
+ + + + + +
+ +
+
+
+ + +
+
+
+ + +
+ +
+ + + + + +
+ +
+
+
+ + +
+
+
+ + +
+ +
+
+
+ + +
+
+
+ + +
+ +
+ + + + + +
+ +
+
+
+ + +
+
+
+ + +
+ +
+ + + + + +
+ +
+
+ + +
+ +
+ + + + + +
+ +
+
+ + +
+ +
+
+ + +
+ +
+ + + + + + + + + diff --git a/ServiceBased/Jupyter Notebook Examples/Workflow Manager - Creating and Updating Job Properties.html b/ServiceBased/Jupyter Notebook Examples/Workflow Manager - Creating and Updating Job Properties.html new file mode 100644 index 0000000..f975624 --- /dev/null +++ b/ServiceBased/Jupyter Notebook Examples/Workflow Manager - Creating and Updating Job Properties.html @@ -0,0 +1,14934 @@ + + + + + +Workflow Manager - Creating and Updating Job Properties + + + + + + + + + + + + + + + + + + + + + +
+
+ + +
+
+
+ + +
+ +
+
+
+ + +
+
+
+ + +
+ +
+ + + + + +
+ +
+
+
+ + +
+
+
+ + +
+ +
+ + + + + +
+ +
+
+
+ + +
+
+
+ + +
+ +
+ + + + + +
+ +
+
+ + +
+ +
+ + + + + + + + + diff --git a/ServiceBased/Jupyter Notebook Examples/Workflow Manager - Groups and Attachments.html b/ServiceBased/Jupyter Notebook Examples/Workflow Manager - Groups and Attachments.html new file mode 100644 index 0000000..13b94b1 --- /dev/null +++ b/ServiceBased/Jupyter Notebook Examples/Workflow Manager - Groups and Attachments.html @@ -0,0 +1,14716 @@ + + + + + +Workflow Manager - Groups and Attachments + + + + + + + + + + + + + + + + + + + + + +
+
+ + +
+
+
+ + +
+ +
+
+
+ + +
+
+
+ + +
+ +
+
+
+ + +
+
+
+ + +
+ +
+ + + + + + + + + diff --git a/ServiceBased/README.md b/ServiceBased/README.md index eb6083f..5164c50 100644 --- a/ServiceBased/README.md +++ b/ServiceBased/README.md @@ -10,6 +10,15 @@ These sample tools are script tools that utilize the Python API to perform vario - The AdminTools.zip contains script tools that allow workflow admins to import, export, and transfer workflows. - The RecPost_Tool.zip contains a script tool that may be published as a geoprocessing service to reconcile and post branch versions. +* [Jupyter Notebook Examples](./Jupyter%20Notebook%20Examples/) - These tools are compatible with ArcGIS Workflow Manager versions 10.9 and 10.9.1. + + - These examples demonstrate some of trickier Python API and how they can be used for tasks in ArcGIS Workflow Manager Items. + - The Workflow Manager - Automated Creations.html demonstrates how to create and retrieve automated creations + - The Workflow Manager - Copy Configuration.html demonstrates how to create a new Workflow item and populate it with configuration data from an existing Workflow item. + - The Workflow Manager - Create Jobs From Survey Responses.html demonstrates how to create a job in ArcGIS Workflow Manager for each response to a Survey 123 survey. It will query the survey data, and use that information to create a new job with a priority based on data in the survey, copy any attachments from the survey to the job, and link the job to the survey via extended properties + - The Workflow Manager - Creating and Updating Job Properties.html shows how to create and update job properties and extended properties. + - The Workflow Manager - Groups and Attachments.html demonstrates some calls around groups and attachments. + ## Instructions 1. Ensure the requirements below are met on the machine where the admin tools will be ran.