Árvore de páginas

Versões comparadas

Chave

  • Esta linha foi adicionada.
  • Esta linha foi removida.
  • A formatação mudou.

...

Nota

You can´t convert process requests whose flows are pending in a Sub-process activity at the time of conversion.

 

 

Estado
subtletrue
titleLearn more

HTML
<a id="toggleAll" href="#" >Expand/hide additional information. </a>
 <script type="text/javascript">
 
 var abertos = 0;
 var fechados = 0;
 function contador() {
    abertos = 0;
    fechados = 0;
    jQuery(".expand-control").each( function() {
		if (document.getElementById(this.id).children[0].className != "expand-control-icon icon expanded") {
           	fechados++;
        } else {
        	abertos++;
        }
    });
 }
 AJS.toInit(function() {
 
    contador();
	var soma = abertos + fechados;
	$("#toggleAll").html('Expand/hide ' + soma  + ' additional information.');

    AJS.$('#toggleAll').click(function() {
        contador();
        if (abertos >= fechados) {
            jQuery(".expand-control").each(
                function() {
                    if (document.getElementById(this.id).children[0].className == "expand-control-icon icon expanded") {
                        jQuery(this).trigger("click");
                    }
                }
            )
        } else {
            jQuery(".expand-control").each(
                function() {
                    if (document.getElementById(this.id).children[0].className != "expand-control-icon icon expanded") {
                        jQuery(this).trigger("click");
                    }
                }
            )
        }
    });
});
 </script>

Basic Path

 

01. From the main menu, click Processes.

...

04. Select the version of the process to convert its requests.

Expandirpanel
titleLearn More

You can only convert open requests, so the selected process version must contain open requests.

...

07. For each source version activity, select a target version activity.

Expandirpanel
titleLearn More

For each old version process activity, a target version activity should be mapped. That mapping is required in order to associate the activities that are the same or similar between the two process versions.

...

10. Click Next, located in the upper right corner of the window.

11. Click Convert.

Learn More
Expandir
title
Painel

By converting the request, all pending tasks are finished and new tasks are created for the target activities.

Once the conversion is complete, you can view the log and check whether it was performed successfully.

...