Actions
Bug #7362
closedOrg create dynflow needs to follow the org destroy formula
Description
Org create dynflow currently uses sync actions in the model. This means the dynflow orchestration is called as an after_create. This creates validation issues for bugs relating to create vs update, i.e http://projects.theforeman.org/issues/6946 . Here for example the after_create mode of the org is set to update, which causes the save inside orchestration layer to get confused.
Also in the long term we want a consistent approach for org creation , where the create call actually calls the dynflow action which handles all the orchestration aspects of the org including AR/Candllepin/Pulp/Foreman layers..
Actions