Description
The Step class returns the properties of a step that is used in a job's workflow.
Class hierarchy
esri.WorkflowManager.SupportClasses.Step()
Properties
assignedTo | string | The user the step is assigned to. |
assignedType | JobAssignmentType | A value that indicates if a job is assigned to a user(1), group(2) or unassigned(0). |
async | boolean | Indicates if the step can be run asynchronously. |
autoRun | boolean | Indicates if the step can be automatically executed when reached. |
canSkip | boolean | Indicates if the step can be skipped without executing it. |
canSpawnConcurrency | boolean | Indicates if the step can start parallel execution of other steps. |
commonId | int | The step type ID. |
defaultPercentComplete | int | The default percentage completion of the job once step is reached. |
hasBeenExecuted | boolean | Indicates if the step has already been executed. |
hasBeenStarted | boolean | Indicates if the step has been started. |
id | int | A unique ID generated as the step Id. |
name | string | The name of the step. |
selfCheck | boolean | Indicates if the step will be automatically marked as complete when complete. |
statusId | int | The numeric status value configured as the status of the job once step is reached. |
stepPercentComplete | int | The percentage completion of the step. |
notificationType | string | The type of notification that will be sent when step is completely executed. |
stepType | StepType | The step template in the workflow. |
Property Details
The user the step is assigned to.
The type of assignment of the job/step.
Indicates if the step can be run asynchronously.
Indicates if the step can be automatically executed when reached.
Indicates if the step can be skipped without executing it.
<boolean> CanSpawnConcurrency
Indicates if the step can start parallel execution of other steps.
<int> defaultPercentComplete
The default percentage completion of the job once step is reached.
<boolean> hasBeenExecuted
Indicates if the step has already been executed.
A unique ID generate as the step Id.
Indicates if the step will be automatically marked as complete when complete.
The numeric status value configured as the status of the job once step is reached.
<int> stepPercentComplete
The percentage completion of the step.
<string> notificationType
The type of notification that will be sent when step is completely executed.
The step template in the workflow.