Page 1 of 1

Server mode

Posted: Thu Jun 07, 2012 4:39 pm
by gaillard
Hi,

I am evaluating your software for use in a largish company project but have a couple questions if you don't mind.
First of all the software is running really well ! Very impressed with the reducing of common properties as one adds to the kind, as well as the extensibility of the software using javascript.

We have a need to run the projects where the errors will not cause the program to halt for user input, but instead log or some such mechanism so that the program can be part of a larger orchestration. I have tried the command line usage but it still doesn't provide the headless daemon that we are looking for.
What do you recommend?

Also would there be a possibility for your company to provide this feature with a small contract?

Thanks !!!

Re: Server mode

Posted: Fri Jun 08, 2012 3:37 am
by webmaster
Hi,

It depends upon the error. Errors thrown by actions can be ignored by right clicking the action and selecting Ignore Errors (they cannot be logged though). JavaScript errors can be easily logged by calling Global.Log. Any particular kind of error you need to log or ignore?