Interface ProcessAgent


public interface ProcessAgent
Agent offering means to start an external process. Obtain a process builder via getBuilder(), configure the command and spawn a process by invoking ProcessAgent.ProcessBuilder.start().

This agent is available in schedule script context via context.requestSpecialist(ProcessAgent.TYPE).

Since:
5.0.5
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static interface 
    Each ProcessBuilder instance manages a collection of process attributes.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    The agent's techincal type to be used to request the agent from a SpecialistsBroker.
  • Method Summary

    Modifier and Type
    Method
    Description
    Get a fresh process builder instance.