Adobe-Consulting-Services/acs-aem-commons

View on GitHub
ui.apps/src/main/content/jcr_root/apps/acs-commons/components/workflow/select-agent/deactivate/_cq_editConfig.xml

Summary

Maintainability
Test Coverage
<?xml version="1.0" encoding="UTF-8"?>
<!--
  ~ ACS AEM Commons
  ~
  ~ Copyright (C) 2013 - 2023 Adobe
  ~
  ~ Licensed under the Apache License, Version 2.0 (the "License");
  ~ you may not use this file except in compliance with the License.
  ~ You may obtain a copy of the License at
  ~
  ~      http://www.apache.org/licenses/LICENSE-2.0
  ~
  ~ Unless required by applicable law or agreed to in writing, software
  ~ distributed under the License is distributed on an "AS IS" BASIS,
  ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  ~ See the License for the specific language governing permissions and
  ~ limitations under the License.
  -->

<jcr:root xmlns:cq="http://www.day.com/jcr/cq/1.0" xmlns:jcr="http://www.jcp.org/jcr/1.0"
    cq:dialogMode="floating"
    jcr:primaryType="cq:EditConfig">
    <cq:formParameters
        jcr:primaryType="nt:unstructured"
        PROCESS="com.adobe.acs.commons.workflow.process.impl.ParameterizedDeactivatePageProcess"
        PROCESS_AUTO_ADVANCE="true"
        jcr:description="A process to deactivate a page or asset; specifying the agent(s) to trigger."
        jcr:title="Selective Dectivate Page/Asset"
        isCacheInvalidate="false"/>
       <cq:listeners
           jcr:primaryType="cq:EditListenersConfig"
          afterMove="CQ.flow.Step.afterMove"
          afterdelete="CQ.flow.Step.afterDelete"
          afteredit="CQ.flow.Step.afterEdit"
          afterinsert="CQ.workflow.flow.Step.afterInsert" />
</jcr:root>