Description
      The ExecuteInfo class represent workflow execution capabilities.
      Class hierarchy
      esri.WorkflowManager.SupportClasses.ExecuteInfo()
      Properties
      
        |
        | conflicts | WorkflowConflicts | Evaluates conflicts in workflow step progression. | 
        | errorCode | int | The error code returned by the steps in the workflow. | 
        | errorDescription | string | The description for the errors returned by the steps in the workflow. | 
          | executionResult | StepExecutionResult | The result of a step executed. | 
          | hasConflicts | boolean | Indicates that a step has conflicts. | 
          | hasReturnCode | boolean | Indicates that a step has a return code. | 
          | jobID | int | The current job's Id. | 
          | returnCode | int | The return code for the current workflow step. | 
          | stepID | int | The step ID of the current step in the workflow. | 
          | threwError | boolean | Indicates if the step threw an error during execution. | 
      
      Property Details
      
      
        <WorkflowConflicts> conflicts
Evaluates conflicts in workflow step progression.
       
      
        
        The error code returned by the steps in the workflow.
       
        
        <string> errorDescription
The description for the errors returned by the steps in the workflow.
       
        
        
        The result of a step executed.
       
      
        
        Indicates that a step has conflicts.
       
      
        
        Indicates that a step has a return code.
       
      
      
        
        The return code of the the current workflow step.
       
      
        
        The step ID of the current step in the workflow.
       
      
        
        Indicates if the step threw an error during execution.