Calling Keywords in Plans
      
          How to properly use keywords from within a plan.
        
        
          Read More »
        
    
  Plan library
      
          Compilation of useful sample plans originating from various projects.
        
        
          Read More »
        
    
  Controls
      
          Controls help you design and structure your execution plans.
        
        
          Read More »
        
    
  Using variables in Plans
      
          Variables are used throughout plans to pass information from one node to another, or to store the result of a dynamic computation.
Variable types Similar to any programming language, Step supports the use of variables in Plans. The variables declared and used in a Plan are called Plan variables. A Plan variable is a container that stores a data value under a specific name.
Like in classical programming languages, Step supports the following types of variables:
      
        
          Read More »
        
    
  Plan modularity
      
          How to build modular plans.
        
        
          Read More »
        
    
  Plans
      
          Plan objects are containers for your automation logic. They’re implemented as a tree of nodes which can be of different types.
        
        
          Read More »
        
    
  Visual Plan editor
      
          Plan objects are containers for your automation logic. They’re implemented as a tree of nodes which can be of different types.
        
        
          Read More »
        
    
  Plain text plans
      
          Plan objects are containers for your automation logic. They’re implemented as a tree of nodes which can be of different types.
        
        
          Read More »
        
    
  Java Plan API
      
          Plan objects are containers for your automation logic. They’re implemented as a tree of nodes which can be of different types.
        
        
          Read More »