Instance.create(process,arguments)
Creates a new instance in the given process and initialices it with the arguments received.
Arguments:
Name
Type
Description
Mode
process
Fuego.Papi.BusinessProcess
in
arguments
Any[Any]
InstanceArguments containing the instance initialization data.
in
Parent topic:
Fuego.Papi : Instance