Process Group

 A process group is an XML file containing process declarations:
example
<ProcessGroup id="main">
     <Process id="sphereRender" type="3d" delegate="max">
             <Input creationId="sphere" />
             <Object name="sphere">
                     <Param name="material.diffuseMap">file(picture)</Param>
             </Object>
             ..
             ..
     </Process>
     <Process id="composition1" type="compositing">
             <Output creationId="output1" />
             <Link in="sceneblur" out="read" />
             <Param name="first_frame">1</Param>
             <Param name="last_frame">250</Param>
             ..
             ..
     </Process>
     ..
     ..
</ProcessGroup>
A process group can also contains Motion, Path, Velocity & Template
example
<ProcessGroup id="main">
     <Process id="sphereRender" type="3d" delegate="max">
             <Input creationId="sphere" />
             <Object name="sphere">
                     <Param name="material.diffuseMap">file(picture)</Param>
             </Object>
     </Process>
     ..
     ..
     <Template id="marble">
          <Param name="class">standardMaterial</Param>
          <Param name="diffuseMap">map(marble)</Param>
     </Template>
     ..
     ..
     <Path name="spline" type="bezier" update="true">
          <Point name="0" in="-95;47;35" out="-90;46;28">-95;47;35</Point>
          <Point name="1" in="-81;37;23" out="-57;0;18">-69;18;20</Point>
          <Point name="2" in="-70;-61;17" out="24;-62;20">-23;-62;18</Point>
     </Path>
</ProcessGroup>
Process Group Setting
A process group is defined by:
The process group file must be create in a specific workspace folder. See details Project Workspace