Subprocess name
|
Alias
|
Single Subprocess
|
|
Hard-coded name
|
Hard-coded alias or Mapped dataslot of type CHARACTER.
|
Mapped dataslot of type CHARACTER
|
Hard-coded alias or Mapped dataslot of type CHARACTER.
|
Hard-coded name or Mapped dataslot of type CHARACTER
|
If the alias is not provided, then the template name is used.
|
Multiple Subprocesses
|
|
Mapped dataslot of type LIST
|
Mapped dataslot of type LIST.
|
Mapped dataslot of type LIST
|
If the alias is not provided, then the template name is used for all subprocesses.
|
Mapped dataslot of type LIST, having four entries in the list.
|
If the alias is a Mapped dataslot of type LIST with two entries, then the first two subprocesses are created with the alias based on the index. The remaining two use the template name as alias. For example, Subprocess LIST has four entries sp1, sp2, sp3 and sp4.
The alias LIST has two entries als1 and als2.
The template name is temp1.
Then the following aliases are used for the four subprocess.
Sp1 – als1
Sp2 – als2
Sp3 – Sp3
Sp4 – Sp4
|