File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -118,6 +118,7 @@ properties:
118118    title : Do 
119119    description : Defines the task(s) the workflow must perform. 
120120  timeout :
121+     title : DoTimeout 
121122    oneOf :
122123      - $ref : ' #/$defs/timeout' 
123124        title : TimeoutDefinition 
@@ -185,6 +186,7 @@ $defs:
185186        title : TaskBaseExport 
186187        description : Export task output to context. 
187188      timeout :
189+         title : TaskTimeout 
188190        oneOf :
189191          - $ref : ' #/$defs/timeout' 
190192            title : TaskTimeoutDefinition 
@@ -551,6 +553,7 @@ $defs:
551553        unevaluatedProperties : false 
552554        properties :
553555          error :
556+             title : RaiseTaskError 
554557            oneOf :
555558              - $ref : ' #/$defs/error' 
556559                title : RaiseErrorDefinition 
@@ -815,7 +818,8 @@ $defs:
815818    title : FlowDirective 
816819    description : Represents different transition options for a workflow. 
817820    anyOf :
818-       - type : string 
821+       - title : FlowDirectiveEnum 
822+         type : string 
819823        enum : [ continue, exit, end ] 
820824        default : continue 
821825      - type : string 
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments