Class ReactivatePlanModelInstanceOperation

  • All Implemented Interfaces:
    Runnable

    public class ReactivatePlanModelInstanceOperation
    extends AbstractCaseInstanceOperation
    This operation is initializing phase two of a case reactivation by reactivating the root plan item model for the case according the case model which means that only plan items marked as eligible for reactivation will be recreated and evaluated for activation.
    Author:
    Micha Kiener
    • Field Detail

      • directlyReactivatedPlanItems

        protected List<org.flowable.cmmn.model.PlanItem> directlyReactivatedPlanItems
    • Constructor Detail

      • ReactivatePlanModelInstanceOperation

        public ReactivatePlanModelInstanceOperation​(CommandContext commandContext,
                                                    CaseInstanceEntity caseInstanceEntity,
                                                    List<org.flowable.cmmn.model.PlanItem> directlyReactivatedPlanItems)