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

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

WorkflowPath

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

概要

The WorkflowPath object provides access to the attributes of a path contained within a job Workflow.

ディスカッション

The WorkflowPath object supports describing a path and navigating through the workflow.

プロパティ

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

The description of the path, also known as the path name.

String
fromStep
(読み取り専用)

The ID of the WorkflowStep object the path originates from.

Integer
toStep
(読み取り専用)

The ID of the destination WorkflowStep object the path is headed towards.

Integer

コードのサンプル

WorkflowPath example

The following script obtains a workflow path's description and the step IDs of the steps that go into and out of the path.

import arcpy
import arcpywmx

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

# Access a Job
job = conn.getJob(99999)

# Access a the job's workflow
workflow = job.getWorkflow()

# Access the first step in the workflow
step = workflow.steps[0]

# Access the paths following the first step in the workflow
paths = step.nextSteps

# Access the first path and print the ID of the step it leads to
path = paths[0]

print('The ID of the step that follows the first step is ' + str(path.toStep))

ArcGIS Desktop

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

ArcGIS

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

Esri について

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