Árvore de páginas

Versões comparadas

Chave

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

...

When a process is configured to allow add-ons, a user can add comments or attachments in an open request, whether they are responsible or not for the current task, in order to avoid communication by other means that will not be recorded in the history of the process.

 

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. Click Save (to save the first version of the process and configure it later) or Save and edit (to start Process settings).

Expandirpanel
titleLearn more

When you click Save and edit, it displays a window where you can configure all the settings available for a process. For more information, see Process settings.

...

01. Select the process you want to edit.

Learn more
Expandir
title
Painel

You can only edit a process that is in edit mode.

02. Click Edit.

Learn more
Expandir
title
Painel

When you click that option, it displays a window where you can edit all the settings available for a process. For more information, see Process settings.

...

03. In the process settings window, click Release version

Expandirpanel
titleLearn more

If the process is not in edit mode, that button is displayed as New version.

When you click Release version, fluig automatically performs the process information consistency analysis. If all necessary information is correct and properly recorded, the process is released for use. If not, a message is displayed informing the inconsistency found.

When you release the process version, the name of that button changes to New version and, when clicked, it allows you to create a new version of the process in edit mode. To release the new version, click Release version again.

...

03. In the process settings window, click New version.

Expandirpanel
titleLearn more

If the selected process is in edit mode, that button is displayed as Release version. In that case, to create a new version, release the current version first.

...

01. Select the process to be deleted.

Expandirpanel
titleLearn more

You can only delete a process when there are no open requests.

02. Click Delete.

Expandirpanel
titleLearn more

Deletion occurs in different ways depending on the status and version of the process:

  • when the process is in its first version and is still under editing, it is deleted from fluig;
  • when the process is in the first version and it is released, the process version is reopened for edition, as long as no request has been started using that version.
  • when the process already has more than one version and the current version is under editing, that version is deleted, making the previous version available to be used (released).

when the process already has more than one version and the current version is released, that process version is reopened for edition, as long as no request has been started using that version.

...

01. Select the process to be exported.

02. Click Export.

Painel
Expandir
titleLearn more

When you click this option, it creates a .zip file containing the process, its subprocesses (and subprocesses of those subprocesses), forms linked to the related processes, and datasets linked to the related forms. This compressed file can then be imported into Studio.

You can also find this option in the lower right corner of the displayed configuration window when adding or editing a process.

...

02. In the Mobile column, define whether the process can be used in the fluig mobile application.

Learn more
Expandir
title
Painel

Available options are:

  • Yes: when it is checked, the process can be performed in the fluig mobile application.
  • No: when it is selected, it is not possible to use the process in the fluig mobile application.

...