Árvore de páginas

Versões comparadas

Chave

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

Index

Índice
outlinetrue
exclude.*ndex
stylenone

 


Speaking of listing tasks...

This feature allows managing a set of non-structured activities, via Ad Hoc subprocesses, which cannot always be foreseen and predefined in a traditional structured model within the organizations.

...

After that all these tasks are completed, the task organizer receives a notification and then checks if it is now possible to find a solution. If a solution is established by completing the “List tasks” process activities, it is applied to the problem and the process is ended. Otherwise, new activities can be created to continue the search for a solution to the problem.

 

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

...



Listing tasks

...

01. From the main menu, click Processes.

...

03. Enter the required information regarding the subject to be parsed via an Ad Hoc process. 

Expandirpanel
titleLearn More

Subject
Subject to be parsed via the Ad Hoc process; that is, subject for which tasks will be created to solve a certain case/issue.

Details
Description of the subject to be parsed via the Ad Hoc process.

Date
Ad Hoc process start date.

End Date.
Estimated Ad Hoc process end date; that is, date by which all its related activities should be finished.

04. Click Add task.

Learn More
Expandir
title
Painel

Users can start the Ad Hoc process without creating additional tasks. This type of process can be used in situations where the solution to a certain problem is already known and must only be applied. In this case, the process will follow directly to the Apply the solution activity, requiring only the assignment of a user to perform it before moving it forward.

05. Enter the requested information regarding the task to be added to the Ad Hoc process.

Expandirpanel
titleLearn More

Action
Run the action in this task to fulfill the main objective of the Ad Hoc process, along with others.

Deadline/Completion
Completion deadline for the task associated with the Ad Hoc process. When the task is complete, this field shows the respective completion date.

Person in charge
User responsible for performing all actions related to this task.

To delete a task from the process, click the delete button to the left of the task Action field.

...

11. Click Send to move the process to additional task creation or to the next automatic task.

Painel
Expandir
titleLearn More

If any additional tasks are related to processes moved forward, such tasks are created and made available in the Task Central of the respective users in charge.

If there are no additional tasks, a user responsible for executing the next automatic task (i.e. the Apply the solution task) must be assigned.

In addition to starting the process (by clicking Send), you can just save the entered information (by clicking Save) or discard it (by clicking Discard).

 

 



Informações
titleAttention!

This documentation is valid as of the 1.5.11 update. Previous updates may contain different information than what you see on your platform.

 

...