Árvore de páginas

Versões comparadas

Chave

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

...

Flows are the mechanisms that define to which activity the request should followgo. They determine the path that the request will take as the stages or activities are completed.

Flows are represented by arrows that indicate the direction of movement, which can be either a one-way path – from the source activity to the destination activity – or a return – from the destination activity back to the source activity.

...

The common flow is the standard flow for moving the request between activities. It is the flow used most used flowoften, allowing the request to be moved move from one activity to another without the possibility of returning to the previous activity.

The common flow is represented by an arrow that indicates the direction in which the request will be movedmove.



Automatic flow

...

The automatic flow moves the request automatically to the destination activity when after reaching the deadline of the source activity has been reached , and it has is not yet been completed, fulfilled; that is, the request has not yet been moved to the next step.

The automatic flow is represented by a A clock in the middle of the arrow that indicates pointing the direction in to which the request will be movedmove represents the automatic flow.

For the automatic flow to work correctly, it is necessary required that:

  • the source activity has have a defined deadline;
  • there is a scheduling of the type Automatic flow exist in the Task scheduler, determining a time interval from which requests that are stalled in activities with automatic flow are checked and moved.
Informações
titleNotes:

→ Since the automatic flow only moves the request after the deadline of the source activity has been reached, it is also necessary to configure a common flow in the source activity to allow conventional movement, that is, to allow the request to be moved before reaching the deadline for completion of the source activity.

During the execution of While running an automatic flow, there is no authenticated user is performing the movement. Therefore, events that use the authenticated user through APIs must consider this fact to avoid inconsistencies in execution.

...