Debugging and error handling

This chapter touches on two subjects that are intrinsically linked, though their use is different.

Debugging is the act of running through your process, either step by step or as a whole, directly from the PlanetPress Workflow Configuration tool, in order to detect and resolve issues with your process.

Error handling, on the other hand, occurs when your configuration has been sent to PlanetPress Workflow services, and are running in "production" mode. The automated handling of errors within your processes will have a large impact on recovering from errors as they happen during production.