Comment 3 for bug 1700196

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

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

commit 8b642e985622f5a8fdf520664a5a6a86ccf353e8
Author: Winson Chan <email address hidden>
Date: Wed Jul 12 23:36:31 2017 +0000

    Cascade pause and resume to and from subworkflows

    When a workflow is paused/resumed, the state will cascade down to
    subworkflows. When a subworkflow is paused, the parent workflow
    will also be paused. When a subworkflow is resumed, the parent
    workflow will only resume if there are no other subworkflows in
    paused state.

    Change-Id: I4ae8cfb08d17f326fc2ef0864376ed594cd0b3cf
    Closes-Bug: #1700196