Available with Workflow Manager license.
The Workflow Manager module arcpywmx is a Python module for working with Workflow Manager functionality. It provides access to helper functions, classes, and properties to work with jobs, as well as the geoprocessing tools available in the Workflow Manager toolbox. This provides a way for you to automate your business workflow through Python.
Workflow Manager functions
Function | Description |
---|---|
Establishes a connection to a Workflow Manager database. |
Workflow Manager classes
Class | Description |
---|---|
The Job object provides access to properties and methods to interact with a Workflow Manager job. | |
The WorkflowConnection object provides access to methods for creating or getting a Workflow Manager job. |