Árvore de páginas

Versões comparadas

Chave

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

...

Nota
titleAttention

It is only possible to move the main task to the solution application phase after all tasks previously created or generated during the process have been completed.

 

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.

...

03. Select the task to be finished. To open it, click on the code.

Painel
Expandir
titleLearn more

Request codes displayed in black indicate that the activity does not have a deadline set, or that it is not late. Codes displayed in red indicate that the activity has exceeded the established execution deadline.

04. In the Task List tab, click Add activity to include new activities to the process, if necessary.

Painel
Expandir
titleLearn more

The Task List tab is only displayed when the respective task is associated to an Ad Hoc process. The tab allows adding new tasks to ongoing processes until a solution is established for the issue under assessment.
Additional details on the information requested upon adding activities are available in the List Tasks

05. Select the Form tab to complete the form.

Painel
Expandir
titleLearn more

The fields displayed in the form are previously defined through the Form Configuration feature, which allows you to standardize the format, availability and fields to be filled out in a certain activity. If the process does not have a form definition associated with it, the Form tab will not be displayed. 

06. Select the History tab to view the history fir the history.

Painel
Expandir
titleLearn more

The History tab presents the record of all movements done in the request, what were the activities run until the moment, the person responsible and the date when each activity was run, as well as the notes made by each user. When a process request is being started, the History tab will not be presented. The history will only be shown after the first movement record for the respective request. 

07. If annotations need to be made, access the Annotations tab.

Painel
Expandir
titleLearn more

The Annotations tab allows the user to register the hours worked annotations in the activity execution. If the activity does not control the activity through annotations, the Annotations tab will not be displayed. To add a new annotation, you should enter the date and time spent and click the Save button. To delete an annotation, just click the recycle bin icon next to the annotation record. 

08. Select the Notes tab to enter notes regarding the performance of an activity.

Painel
Expandir
titleLearn more

The Notes tab allows the user to register comments about the activity execution. These comments will be stored in the request’s history. 

09. Select the Attachments tab to add attachments to the request.

Painel
Expandir
titleLearn more

The Attachments tab allows the user to attach any document type existing in the platform to the request or upload of new files. You can also delete existing attachments or post the attached documents by upload in the platform. The execution of these actions depends on the attachment security configuration for the process. 

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

Painel
Expandir
titleLearn more

The Process tab allows you to view the flowchart of a process, allowing for an easy identification of the current activity and verification of the forward and backward flows. 

11. In the Decision area, select an option in the Send to activity field.

Painel
Expandir
titleLearn more

The activities found in the selection box are the forward or backward activities that are configured for the respective activity. 

12. In the Decision area, select an option in the field with the user.

Painel
Expandir
titleLearn more

The chosen user will be the person responsible for the activity chosen in the Send to activity" field. In some situations, this option will not be displayed. This occurs when the activity chosen in the "Send to activity" field has some assignment condition that does not need to select the user, such as a POOL assignment mechanism for Group or Role or a joint activity for all users. You can also search for the desired user by entering his/her name in the Search field. 

13. Click Send.

Painel
Expandir
titleLearn more

By clicking the Send button, the request will be moved to the next activity chosen in the "Send to activity" field. You can also click the Save button; however, that way the request remains in the current activity, only saving data entered. 

...

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

Painel
Expandir
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 due tasks;
  • Identifier: when selected, it specifies that the search will be performed by the identifier of the request, considering all the due tasks. 

...

03. Select the requests you wish to move in block.

Painel
Expandir
titleLearn more

Upon performing a movement in block, the selected requests must comply with the following premises:

  • Requests must be from the same process and version;
  • Requests must be located in the same activity;
  • The activity must not be password protected nor require annotations.

When performing a movement in block, it is also not possible to enter form data (if the request has a form) and post attachments.

...

06. Select the user in the With user(s) field.

Learn more
Expandir
title
Painel

The chosen user will be the person responsible for the activity chosen in the Send to activity" field. In some situations, this option will not be displayed. This occurs when the activity chosen in the "Send to activity" field has some assignment condition that does not need to select the user, such as a POOL assignment mechanism for Group or Role or a joint activity for all users. 

...