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

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

Creating step types

Standard または Advancedのライセンスで利用可能。

  • Execution types
  • Building step types
  • Cloning step types

Step types are the building blocks of your workflows. They provide basic information as to what happens when the step is executed and how it is represented. When a step type is added to a workflow, it becomes a step but still references all the properties of the original step type. Multiple occurrences of a step type can appear in a single workflow.

Step types have the following components:

  • Profile—Contains basic information about the step type
  • Description—An optional setting that allows you to configure additional information about what the step will do or what the user should do to complete the step
  • Execution—Defines the step behavior of the individual steps when executed in a workflow.

Execution types

The following step execution types are available:

TypeDescription

Procedural

Manual step with no managed execution

Custom step object

Calls a custom class implementing IJTXCustomStep

Open File

Opens a file from the workflow

Executable

Starts an executable

Launch URL

Opens a URL

Ask Question

Asks the user a question with configurable answers

Step execution types
備考:

Custom steps built using IJTXCustomExecute can be run with the current version of ArcGIS Workflow Manager. However, you are encouraged to upgrade your step libraries to take advantage of the new options with IJTXCustomStep. See the developer kit for help upgrading step libraries.

Building step types

The following subsections explain how to build a step type.

Defining basic step type properties

With the basic step properties, you provide descriptive information for the steps that comprise your Workflow Manager system.

  1. Open the Workflow Manager Administrator and connect to your Workflow Manager database.
  2. In the Administrator, browse to the Step Types folder under Job Components.

    The list contains all the currently configured step types. If no step types are configured, the list will be blank.

  3. Right-click the folder and click Add Step Type or choose an existing step and click Edit Item.

    The Step Type Properties dialog box appears.

  4. Provide a name and description for the step type.
  5. Choose the indicator for the step.

    This setting defines the shape of the step in the workflow.

  6. If the user needs to interact only with the logic of the step, check the Hide WMX While Running check box. This setting is most useful when the step will open another application with which the user will interact with, such as ArcMap.

    If it's fully automated, don't check the box.

Configuring step descriptions

Step descriptions allow you to provide specific information about the step that will be shown to your users in the Workflow Manager client application.

  1. On the Step Type Properties dialog box, click the Description tab.
  2. Choose one of the following options to add a step description:
    • URL Link—Choose this option if all Workflow Manager users have access to the link. This can be a link to a web page or an .html document you've authored.
    • Embedded HTML—Choose this option to provide simple text or HTML formatted text that will be available to all users, regardless of how they access the Workflow Manager system.

    備考:

    If the step description uses Unicode characters, make sure that your HTML content contains a meta tag that specifies the character encoding, for example, <meta content="text/html; charset=UTF-8" />.

    Step Description
    Use step descriptions to provide detailed information about the step to the user.

Configuring custom object step execution

The Execution tab allows you to configure the behavior of the individual steps when they're executed in a workflow.

  1. On the Step Type Properties dialog box, click the Execution tab.
  2. Click the Custom Step Object execution type button.
  3. Click the CLSID/ProgID browse button and choose the step to use.

    Step Execution
    Choose what should happen when the user executes or reaches this step in the workflow.

  4. Click OK to close the Browse for Custom Steps dialog box.
  5. Click List Expected Arguments to see a list of required and optional arguments for the custom step you chose.
  6. Provide any required arguments.
  7. Provide any optional arguments.
  8. Click Validate Arguments to ensure that the arguments you provided are valid.
  9. Choose the supported platform.
  10. Click OK to save changes to the step type and close the Step Type Properties dialog box.

    備考:

    • Some custom Workflow Manager steps can accept dynamic arguments using tokens.
    • Arguments should be separated using spaces. In the case where the argument itself contains spaces,