Hide Table of Contents
Class: WorkflowConflicts

Description

The WorkflowConflicts class returns properties for workflows that have a conflicting path or multiple possible paths for progression.

Class hierarchy

esri.WorkflowManager.SupportClasses.WorkflowConflicts()

Properties

NameTypeSummary
jobIDintThe currently active job ID.
optionsWorkflowOption[]The information about the step in the workflow.
spawnsConcurrencybooleanIndicates that the step will begin a concurrent path in the workflow.
stepIdintThe step ID.
Property Details

<int> JobID

The currently active job Id.

<workflowOption[]> options

The step information.

<boolean> spawnsConcurrency

Indicates that the step will begin a concurrent path in the workflow.

<int> stepId

The step ID.