System Nodes

Container Nodes

Create

Used to create a container.

Inputs

PortTypeDescription
IdIntegerContainer ID
CreateAnyCreates a container

Outputs

PortTypeDescription
ErrorIntegerTriggers when an error occurs
SuccessAnyTiggers when a container is created
IdIntegerOutputs the container ID

Edit

Used to edit a container.

Inputs

PortTypeDescription
IdIntegerContainer ID
AddAnyAdds the passed item to the container
AddUniqueAnyAdds the passed item if it didn't exist
RemoveAnyRemoves all occurrences of the current item
ClearAnyEmpties the container
GetCountAnyGets the number of items in the container
DeleteAnyDeletes the container

Outputs

PortTypeDescription
ErrorIntegerTriggers when an error occurs
SuccessAnyTriggers when the operation successfully completed

Iterate

Used to iterate over a container.

Inputs

PortTypeDescription
IdIntegerContainer ID
StartAnyStarts iterating the container

Outputs

PortTypeDescription
ErrorIntegerTriggers when an error occurs
DoneAnyTriggers when the operation successfully completed
OutAnyOutputs the container ID