The system provides several different methods for launching a project
from a step within another project.
To launch a project from a step, use one of the following options:
- Specify the project you want to launch as the Inline property of a step.
An inlined project appears in the log of the calling project, and tends to
inherit environment variables from its caller.
- Specify the project you want to launch as the Pass Chain or Fail Chain
property of a step. An chained project is launched as a separate job, and
does not tend to inherit environment variables from its caller.
- Use the .run or .runwait command in the step's command field. A project
launched this way acts like a chain.