Actions
Bug #20647
closedRescue strategy not working properly
Description
After https://github.com/Dynflow/dynflow/commit/ba6300f974cac057d941e18b88346e35435db6fa, the rescue strategy was calculated not only
from paused, but from all the steps in the execution plan. This effectively made the auto_rescue funcionality not working
unless all the action in the plan had the same rescue strategy (Skip or Fail).
Easy way to spot this in remote_execution, where all the execution plans end up in paused state
even when there is `Fail` rescue strategy on ForemanRemoteExecutionCore::Actions::RunScript
Updated by Ivan Necas over 7 years ago
- Pull request https://github.com/Dynflow/dynflow/pull/247 added
Updated by Ivan Necas over 7 years ago
- Translation missing: en.field_release set to 293
Actions