Flow form
|
02-02 Use the fork shape () to represent a point where the flow execution
chooses one of a few different paths (connectors) based on tests on the
work object. At runtime, the system evaluates the conditions on each
outgoing connector, starting with the connector assigned the highest
likelihood. The flow execution continues along the first connector that
evaluates to True
.
Use these instructions to add a fork task:
Field |
Description |
Name |
Enter a name meaningful to application users who see this on the work object history display, the breadcrumbs control (for entry points), and the Where-Am-I? diagram. REMOVED Enter a name that is no more than 32 characters long.B-16966 BUG-2983 |
Entry Point? |
Select to indicate that this fork task is an entry point, which a user can return to using the breadcrumbs control or the standard flow action Work-.Previous. The default is selected. 5.2 This checkbox works with Perform harness rules that include a breadcrumbs display and with assignments that offer the Previous flow action. In other cases, the checkbox has no effect. Because a fork task presents no user form, if a user clicks a breadcrumbs control to return to this entry point, flow processing resumes and pauses at the next assignment or other task that requires user input. |
Only going back? |
This checkbox appears only when you select the Entry Point? checkbox. Select to restrict users at runtime from jumping ahead to this step without having completed the preceding steps. After having completed this step, users may jump back to it from steps that follow it. For maximum user flexibility, leave this checkbox unselected if your flow accepts inputs in any order. However, this approach is typically not workable for flows that contain fork and decision shapes, or that have intermediate tasks that are not entry points. |
True
at runtime. You can set the condition on the least-likely connector to
ELSE
to make it a none-of-the-above choice.