Re: how to create a new instance?
> the big one:
> 1)i have to code a start activity. of course, no instances are present, so i have not to call $instace->getInstance($iid). how to create a new instace for a particular process?
Simply call $instance->complete(). Galaxia will get process information from the activity Id, and will create an instance using the name you provided. Regards,
Georger