What is a Task Error?
For each task in a component, both of these must be true for the task to be successful:
-
The operating system create process code is 1.
-
The task sends a return code that matches the Success Code for the task in the component template (For details, Setting up Success Codes ).
Seeing Task Success in the Log
This section of a log shows RespGen.exe sending a return code of 100 and having a create process of 1.
Since a return code of 100 indicates success for Respgen.exe, this task succeeded.
Seeing Task Errors in the Log
This section of a log shows RespGen.exe sending a return code of 201 and having a create process of 1.
Since a return code of 100 indicates success for Respgen.exe, this task failed. Even though it had a CP of 1, its return code causes it to be treated as an error.