Comment 2 for bug 1714548

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to mistral (master)

Reviewed: https://review.openstack.org/500132
Committed: https://git.openstack.org/cgit/openstack/mistral/commit/?id=8b2f63cbdf84c908e31408575cf87ad565479b0b
Submitter: Jenkins
Branch: master

commit 8b2f63cbdf84c908e31408575cf87ad565479b0b
Author: Bob Haddleton <email address hidden>
Date: Fri Sep 1 11:18:16 2017 -0500

    Catch DBEntityNotFoundError exceptions for invalid AdHoc Actions

    This patch will catch the DBEntityNotFoundError exception that is
    raised when an AdHoc Action has an invalid base action defined. The
    exception is converted to an InvalidActionException which will
    halt the task/workflow and cause them to enter the ERROR state.

    Change-Id: I115b8243641da100474e8c8b34a724978078978b
    Closes-Bug: 1714548