Árvore de páginas

Versões comparadas

Chave

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

...

In this tab, you can also assign multiple tasks for a single user by using the feature Assume bulk tasks, where multiple tasks become the responsibility of the user to whom they have been assigned.

 

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 Task Central.

02. Click on the Tasks tab in Pool: Group or Tasks in Pool: Role, according to the information you would like to view.

Learn more
Expandir
title
Painel

A task is considered to be in pool when the request is located in an activity with one of the following pool assignment mechanisms: assignment for a group or assignment for a role.

...

04. Select the task to be viewed. To open it, click on its code.

Expandirpanel
titleLearn more

Whenever a task is assigned to a pool, it is shown to all users in that group or role.

...

02. Select one of the available options to search tasks.

Expandirpanel
titleLearn more

Available options:

  • All fields: when selected, it specifies that the search will be performed by the content of any request field but only among the tasks on the current page;
  • Request: when selected, it specifies that the search will be performed by the number of the request, considering all the pending tasks for the pool;
  • Identifier: when selected, it specifies that the search will be performed by the identifier of the request, considering all the pending tasks for the pool.

...

01. Select the Process Details tab to view task details.

Painel
Expandir
titleLearn more

This tab shows general information and details such as location, individual in charge and deadline of a task, in addition to the Assume Task button, which assigns a task’s responsibility to the respective user.

02. Select the Annotations tab to view the annotations.

Painel
Expandir
titleLearn more

The Annotations tab shows a history of annotations with time spent on this request. This tab will only be available if the process has some activity that requires annotations.

03. Select the History tab to view the history.

Expandirpanel
titleLearn more

The History tab shows a history divided by the request movement sequences is displayed, with information such as activity, person responsible, date and observations of movements. By standard, only the last movement displays its details. To display the details of another movement, just click it. It is also possible to display the details of all movements by clicking the Display All option.

04. Select the Attachments tab to view the attachments.

Expandirpanel
titleLearn more

The Attachments tab shows all attachments included in the request. When clicking on one of the attachments, it will be opened if the user has due permission.

05. Select the Form tab to view the main form.

Painel
Expandir
titleLearn more

The Form tab shows the request form, which displays all data completed upon request. This tab will only be available if the process has any linked form configured. 

06. Select the Process tab to view the process flow.

Painel
Expandir
titleLearn more

The Processes tab shows the process flow chart, facilitating identification of current activity and verification of potential progress and regress flows. 

...

01. Select the Process Details tab to become the task’s executor.

Painel
Expandir
titleLearn more

Tasks currently lack a user responsible for its execution. The task will only be assigned an effective executer after the user selects the Tasks in Pool option and assumes the respective task. 

...

02. Click on Assume in bulk.

Learn more
Expandir
title
Painel

This feature allows users to assume more than one task at the same time. The user then becomes responsible for the assumed tasks.

...