Description

When a Program Execution Task has a Response configured to send notification on success or failure, the default notification message is a generic message: "The program has completed with exit code {0}". The message should indicate whether this is being treated as a success or failure.

The generic message ADT005003 has been replaced with the appropriate status message:

  • ADT005252: Task ended with exit code {0}, which indicates failure according to the exit code rules for the step
  • ADT005410: Task completed successfully with exit code {0}.