• Documentation
  • Tutorials
  • Case studies
  • Blogs
  • Product

What's on this Page

  • Calling another Plan
  • Composite Keywords
  • step
  • User guide
  • Plans
  • Plan modularity
Categories: USER GUIDE PLANS
This article references one of our previous releases, click here to go to our latest version instead.

Plan modularity

Calling another Plan

To enable modular design of Plans Step makes it possible to recursively call other Plans.

    Using the Visual Plan Editor you can easily call other Plans using the tab “Other plans” from the component list:

    Using the plain-text syntax other plans can be called using the following syntax

    Call plan "Test Case 01"
    Call plan "Test Case 02"
    Call plan "Test Case 03"

    Composite Keywords

    You can also achieve modularity using so called composite keywords. A Composite Keyword is a Plan that combines different Keywords and which behaves like an other atomic Keyword: Composite Keywords can be used like any other Keyword. They have the same interface: they can take Inputs and return Output. The reporting of Composite Keyword executions works like other Keywords.

    For more Details regarding Composite Keywords refer to Composite Keywords

    See Also

    • Controls
    • Java Plan API
    • Keywords calls
    • Parameters
    • Plain text plans
    • Home
    • Whats new?
    • Admin guide
    • SaaS guide
    • User guide
      • Keywords
      • Plans
        • Keywords calls
        • Controls
        • Plan modularity
        • Visual Plan editor
        • Plain text plans
        • Java Plan API
      • Executions
      • Alerting rules
      • Incidents
      • Notifications
      • Parameters
      • Analytics
      • Analytics (beta)
      • Monitoring
      • Schedules
      • Event Broker Monitor
      • Import/Export entities
      • User account
      • Versioning
    • Developer guide
    • DevOps
    • Plugins
    • Libraries
    Step Logo
      • Documentation
      • Tutorials
      • Case studies
      • Blogs
      • Product
      • Home
      • Whats new?
      • Admin guide
      • SaaS guide
      • User guide
        • Keywords
        • Plans
          • Keywords calls
          • Controls
          • Plan modularity
          • Visual Plan editor
          • Plain text plans
          • Java Plan API
        • Executions
        • Alerting rules
        • Incidents
        • Notifications
        • Parameters
        • Analytics
        • Analytics (beta)
        • Monitoring
        • Schedules
        • Event Broker Monitor
        • Import/Export entities
        • User account
        • Versioning
      • Developer guide
      • DevOps
      • Plugins
      • Libraries