ArcGIS Desktop

  • ArcGIS Pro
  • ArcMap

  • My Profile
  • Hilfe
  • Sign Out
ArcGIS Desktop

ArcGIS Online

Die Mapping-Plattform für Ihre Organisation

ArcGIS Desktop

Ein vollständiges professionelles GIS

ArcGIS Enterprise

GIS in Ihrem Unternehmen

ArcGIS Developers

Werkzeuge zum Erstellen standortbezogener Apps

ArcGIS Solutions

Kostenlose Karten- und App-Vorlagen für Ihre Branche

ArcGIS Marketplace

Rufen Sie Apps und Daten für Ihre Organisation ab.

  • Dokumentation
  • Support
Esri
  • Anmelden
user
  • Eigenes Profil
  • Abmelden

ArcMap

  • Startseite
  • Erste Schritte
  • Karte
  • Analysieren
  • Verwalten von Daten
  • Werkzeuge
  • Erweiterungen

Connect

  • Zusammenfassung
  • Auswertung
  • Syntax
  • Codebeispiel

Zusammenfassung

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

Auswertung

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.

Syntax

Connect ({jtc_path})
ParameterErklärungDatentyp
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

Rückgabewert

DatentypErklärung
WorkflowConnection

Returns the Workflow Manager (Classic) connection as a WorkflowConnection.

Codebeispiel

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

  • Startseite
  • Dokumentation
  • Support

ArcGIS

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

Über Esri

  • Über uns
  • Karriere
  • Esri Blog
  • User Conference
  • Developer Summit
Esri
Wir sind an Ihrer Meinung interessiert.
Copyright © 2021 Esri. | Datenschutz | Rechtliches