Hide Table of Contents
Class: ExecuteInfo

Description

The ExecuteInfo class represent workflow execution capabilities.

Class hierarchy

esri.WorkflowManager.SupportClasses.ExecuteInfo()

Properties

NameTypeSummary
conflictsWorkflowConflictsEvaluates conflicts in workflow step progression.
errorCodeintThe error code returned by the steps in the workflow.
errorDescriptionstringThe description for the errors returned by the steps in the workflow.
executionResultStepExecutionResultThe result of a step executed.
hasConflictsbooleanIndicates that a step has conflicts.
hasReturnCodebooleanIndicates that a step has a return code.
jobIDintThe current job's Id.
returnCodeintThe return code for the current workflow step.
stepIDintThe step ID of the current step in the workflow.
threwErrorbooleanIndicates if the step threw an error during execution.
Property Details

<WorkflowConflicts> conflicts

Evaluates conflicts in workflow step progression.

<int> errorCode

The error code returned by the steps in the workflow.

<string> errorDescription

The description for the errors returned by the steps in the workflow.

<StepExecutionResult> executionResult

The result of a step executed.

<boolean> hasConflicts

Indicates that a step has conflicts.

<boolean> hasReturnCode

Indicates that a step has a return code.

<int> jobID

The current job's Id.

<int> returnCode

The return code of the the current workflow step.

<int> stepID

The step ID of the current step in the workflow.

<boolean> threwError

Indicates if the step threw an error during execution.