Section | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
|
The example below shows the parent Lodging-Meal Selections form and its two linked forms. Notice that the parent form and its linked forms initially all have the same name, but the linked forms are represented by a double box. Remember, a linked step is a copy of the parent form. Note also that the parent step shows five icons while the linked steps display only the remove the !80bluedeleteRemove icon.
- Click the Link Icon to create a linked step.
- Click the pencil icon to open a step in the Form Designer to edit it.
- Click the delete icon to remove a linked step.
- Click the download icon on the parent step as a standalone form.
- Click the Edit Step Properties to access the Property tabs for the flow step.
Finding the Name of the Parent Step
Hovering over the flow step name on a linked step shows the name of the Parent form it was copied from. This is useful when you have a flow with more than one step that has additional linked steps.
Linked Steps Workflow Examples
Approval workflows lend themselves to a Flow Design pattern that uses Linked Steps. You can route your steps via the Security tab or Business Rules. Either way, if flow steps require modification, changes made to the parent form propagate to the linked steps. In general, the steps to create an Approval Workflow with Linked steps are:
- Create the workflow in the Flow Designer.
- Drag a New Form or a form from your Forms library into the flow as the first step.
- Edit Step 1 by accessing the Forms Designer inside of the Flow Designer.
- Add Sections in Step 1 for the subsequent steps. Save the flow step.
- Click the Link icon on Step 1 to create linked steps for the additional steps in the flow. Save the flow.
- Edit Step 1 in the flow and use the Visual Rule Builder to write Business Rules to show the sections in Step 1 when the flow is routed to the associated step i.e. show the Manager section on the Manager step, show the Finance section on the Finance step.
- Save and test the workflow.
Continue reading for more details.
Example 1 - Linked Steps using Business Rules
Consider an Expense Report with 3 steps:
- Step 1 is filled in by an employee
- Step 2 is approved/rejected by a Manager
- Step 3 goes to the Finance department for final processing.
Drag a New Form step onto the flow canvas. Click on it.
Click the Edit icon to open the Forms Designer.
Create Sections in the first step of the flow for the Expenses, Manager and Finance. Design the sections using any of the Palette Controls. Minimally, you can use a table to collect the Expenses and a Signature control for the employee to sign in the Expense section, a TextArea control and a Signature in the Manager section and a Paid on Date and Reference Number field with a Signature on the Finance step. Save Step 1.
Click on Step 1. Open the Settings tab in one of 3 ways:
- Click the Edit Step Properties icon on the step then click the Settings tab.
- Click the icon in the Properties Navigator on the left side of the screen. This takes you directly to the Settings tab.
- Click anywhere in the General Settings section of the Properties Navigator. This takes you directly to the Settings tab.
- Type the name of the flow step in the Name field on the Settings tab. For this example, the name of the first step is Employee. Click Submit.
Click the Link icon twice to create linked steps for the Manager and Finance steps. The linked steps are copies of Step 1. Note they are represented by a double box in the Flow Designer.
Click on the second step.
Open the Settings tab in one of 3 ways:
- Click the Edit Step Properties icon on the step then click the Settings tab.
- Click the icon in the Properties Navigator on the left side of the screen. This takes you directly to the Settings tab.
- Click anywhere in the General Settings section of the Properties Navigator. This takes you directly to the Settings tab.
- Type the name of the flow step in the Name field on the Settings tab. For this example, the name of the second step is Manager.
- Click on the Assignment tab. Add the Manager role to the Assign to Role field. You can begin typing the role name in the field to filter the dropdown choices. Click Submit.
Click on the third step.
Open the Settings tab in one of 3 ways:
- Click the Edit Step Properties icon on the step then click the Settings tab.
- Click the icon in the Properties Navigator on the left side of the screen. This takes you directly to the Settings tab.
- Click anywhere in the General Settings section of the Properties Navigator. This takes you directly to the Settings tab.
- Type the name of the flow step in the Name field on the Settings tab. For this example, the name of the third step is Finance.
- Click on the Assignment tab. Add the Finance role to the Assign to Role field. You can begin typing the role name in the field to filter the dropdown choices. Click Submit.
Save the workflow.
Edit Step 1 of the workflow. Click the Rules icon on the Form toolbar. Write the Show/Hide rules and any other Business Rules you might need.
Example 2 - Linked Steps using the Security Tab
...
- Click the Edit Step Properties icon on the step then click the Assignment tab.
- Click the icon in the Properties Navigator on the left side of the screen. This takes you directly to the Assignment tab.
- Click anywhere in the Task Assignment section in the Properties Navigator. This takes you directly to the Assignment tab.
- Add the role name to the Assign to Role field. You can begin typing the role name in the field to filter the dropdown choices. Click Submit. For this example, add the Reservation role to the CheckIn step, the MaitreDHotel role to the DiningRoom step and the Billing role to the Checkout step.
...