Hi,

I call a stax xml job that contains :
-------------------------------------------------------------
<stax>
...
<function name="main">
...
<terminate block="main"/>
...
<return>job_result</return>

</function>

</stax>
-------------------------------------------------------------

I set the variable "job_result" to return a result for my job.
But in case of error, I stop the job before the end (terminate block end).
In this case, in job monitor, the status is "complete" and the result is
"none".
I want to return meaningful result in this case, something like, status =
error and result = failed

How can I do that ?
------------------------------------------------------------------------------
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
_______________________________________________
staf-users mailing list
staf-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/staf-users

Reply via email to