Hide Table of Contents
Class: StepType

Description

The StepType class returns a collection of step templates that are available in the Workflow Manager (Classic) geodatabase. These step templates can be used for authoring workflows.

Class hierarchy

esri.WorkflowManager.SupportClasses.StepType()

Properties

NameTypeSummary
argumentsstringThe step arguments required at runtime.
descriptionstringA description of the step type.
executionTypeStepExecutionTypeThe step execution type is as follows - EXECUTABLE=1, FUNCTION=2, PROCEDURAL=3, LAUNCH_URL=4, QUESTION=5, OPEN_FILE=6.
idintA unique identifier for the step type.
namestringThe name of the step type.
programstringThe program/application/code that will be executed on this step.
stepDescriptionLinkstringThe path/URL of the step description.
stepDescriptionTypestepDescriptionTypeThe type of step description - NONE=1, HTML=2, LINK=3.
stepIndicatorTypestepIndicatorTypeThe shape of the step as it will appear in a workflow graphic.
supportedPlatformstepPlatformTypeThe platform that the step can be executed on - DESKTOP=0, SERVER=1, BOTH=2.
visiblebooleanAn indicator that hides Workflow Manager (Classic) during step execution or not.
Property Details

<string> arguments

The step arguments required at runtime.

<string> description

A description of the step type.

<StepExecutionType> executionType

The step execution type.

<int> Id

A unique identifier for the step type.

<string> name

The name of the step type.

<string> program

The program/application that will be executed on this step.

<string> stepDescriptionLink

The path/URL of the step description.

<stepDescriptionType> stepDescriptionType

The type of step description.

<stepIndicatorType> stepIndicatorType

The shape of the step as it will be appear in a workflow graphic.

<stepPlatformType> supportedPlatform

The platform that the step can be exeucted on.

<boolean> visible

An indicator that hides Workflow Manager (Classic) during step execution or not.