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

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

Connect

  • 概要
  • ディスカッション
  • 構文
  • コードのサンプル

概要

Establishes a connection to a Workflow Manager (Classic) database.

ディスカッション

To begin using ArcPy for Workflow Manager (Classic), a connection to a Workflow Manager (Classic) database must be established. This can be done through Connect to a .jtc file stored on disk or to the default Workflow Manager (Classic) database if no .jtc file is specified.

構文

Connect ({jtc_path})
パラメーター説明データ タイプ
jtc_path

The path to the Workflow Manager (Classic) .jtc connection file. If no connection file is specified, the current default Workflow Manager (Classic) database will be used.

String

戻り値

データ タイプ説明
WorkflowConnection

Returns the Workflow Manager (従来版) connection as a WorkflowConnection.

コードのサンプル

The following script creates a connection to a Workflow Manager (Classic) database using a .jtc file.

import arcpy
import arcpywmx

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

The following script creates a connection to the current default Workflow Manager (Classic) database.

import arcpy
import arcpywmx

# Establish a connection to a Workflow database
conn = arcpywmx.Connect()

ArcGIS Desktop

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

ArcGIS

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

Esri について

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