States of Response Routes

After a job has been processed, the Response Routes always have exactly one (internal) state.

skipped

The Response Route has not been processed. A Response Route is in state skipped if

  • the variable that determines the use of the Response Route has the value false,

  • the option During test only is set and the current job is not a test job or

  • the option Not during test is set and the current job is a test job or

  • the Response Route depends on a Response Route has that itself is in state skipped.

success

The Response Route was successfully processed.

error

An error has occurred during processing of the Response Route.