1. Subprocess Node (Option A): Appian Documentation, "Process Modeling," "Process Nodes," "Subprocess." This section states, "The Subprocess activity is used to launch a subprocess from within the current process."
2. Start Process Smart Service (Option D): Appian Documentation, "Smart Services," "Start Process." The documentation describes this smart service as a tool to "start a process from within a process model."
3. a!startProcess() Function (Option E): Appian Documentation, "Appian Functions," "a!startProcess()." The function's description confirms it "Starts a process and returns the ID of the new process." It is typically used within a Script Task in a process model.