Synchronize Job Data (Workflow Manager)

ライセンス レベル:BasicStandardAdvanced

サマリ

This tool will synchronize multiple Workflow Manager repositories with identical configurations. This tool requires that you have Workflow Manager server installed and configured across all participating nodes.

使用法

構文

SynchronizeJobData_wmx (Input_Parent_Repository_URL, Input_Parent_Repository_Name, Input_Multi_Name)
パラメータ説明データ タイプ
Input_Parent_Repository_URL

The URL for the parent repository will be the Workflow Manager server URL. For example, http://localhost/arcgis/services/parent/wmserver.

String
Input_Parent_Repository_Name

The parent repository that will be distributing the Workflow Manager jobs and configuration elements.

String
Input_Multi_Name
[[child_repository, server status, URL, last sync time],...]

The collection of repositories that will participate as children in the cluster.

Value Table

コードのサンプル

SynchronizeJobData example (stand-alone Python script)

In this example, changes to the workflow manager repository are getting synchronized between two repositories.

# Import arcpy module
import arcpy

# Check out any necessary licenses
arcpy.CheckOutExtension("JTX")

# Local variables:
Input_Parent_Repository_URL = "http://ServerName/arcgis/services/ServerObjectName/WMServer"
Input_Parent_Repository_Name = "Redlands_Repository"
Input_Multi_Name = "Ohio_Repository true http://ohioServer/arcgis/services/SO/WMServer 2011-08-08 12:00;
AZ_Repository true http://AZServer/arcgis/services/SO/WMServer 2011-08-08 12:00"

# Process: Export Job Data
arcpy.SynchronizeJobData_WMX(Input_Parent_Repository_URL, Input_Parent_Repository_Name, Input_Multi_Name)

環境

このツールはジオプロセシング環境を使用していません

関連トピック

ライセンス情報

ArcGIS for Desktop Basic: ×
ArcGIS for Desktop Standard: 次のものが必要 Workflow Manager
ArcGIS for Desktop Advanced: 次のものが必要 Workflow Manager
9/14/2013