ArcGIS Desktop

  • ArcGIS Pro
  • ArcMap

  • My Profile
  • ヘルプ
  • Sign Out
ArcGIS Desktop

ArcGIS Online

組織のマッピング プラットフォーム

ArcGIS Desktop

完全なプロ仕様の GIS

ArcGIS Enterprise

エンタープライズ GIS

ArcGIS Developers

位置情報利用アプリの開発ツール

ArcGIS Solutions

各種業界向けの無料のテンプレート マップおよびテンプレート アプリケーション

ArcGIS Marketplace

組織で使えるアプリとデータを取得

  • ドキュメント
  • サポート
Esri
  • サイン イン
user
  • マイ プロフィール
  • サイン アウト

ArcMap

  • ホーム
  • はじめに
  • マップ
  • 解析
  • データ管理
  • ツール
  • エクステンション

Priority

  • 概要
  • ディスカッション
  • プロパティ
  • コードのサンプル

概要

The Priority object provides access to a priority configuration element in the Workflow Manager (Classic) database.

ディスカッション

The priority assigns a level of importance to the work to be completed as part of the job.

プロパティ

プロパティ説明データ タイプ
description
(読み取り専用)

A description about the Priority.

String
name
(読み取り専用)

The name of the Priority.

String
value
(読み取り専用)

The value of the Priority.

Integer

コードのサンプル

The following script creates a job and assigns a high priority to it.

import arcpy
import arcpywmx

# Establish a connection to a Workflow database
conn = arcpywmx.Connect(r'c:\test\Workflow.jtc')

# Get a list of Priorities in Workflow database
priorities = conn.config.getPriorities()

# Access a Workflow Job 
job = conn.createJob(job_type_name="Landbase Updates")

# Find the id of high priority and use he value to change the job priority
for high in priorities:
     if high.name == 'High':
         job.priority = high.value

ArcGIS Desktop

  • ホーム
  • ドキュメント
  • サポート

ArcGIS

  • ArcGIS Online
  • ArcGIS Desktop
  • ArcGIS Enterprise
  • ArcGIS
  • ArcGIS Developer
  • ArcGIS Solutions
  • ArcGIS Marketplace

Esri について

  • 会社概要
  • 採用情報
  • Esri ブログ
  • ユーザ カンファレンス
  • デベロッパ サミット
Esri
ご意見・ご感想をお寄せください。
Copyright © 2021 Esri. | プライバシー | リーガル