Skip Headers
Agile Product Lifecycle Management Agile Recipe Management for Pharmaceuticals Recipe Management Guide
Release 9.3.4
E39303-02
  Go To Table Of Contents
Contents

Previous
Previous
 
 

A Working with Text Editor

Instructions for Recipe Actions are written using the inbuilt Text Editor. These appear under the Instructions tab in the Recipe Action Template.

Surrounding text describes app_01.jpg.

The Text Editor allows you to type in any text and use formatting commands to format the entered text. The editor supports the following functionalities:

A.1 Working with SFC Editor

A Sequential Flow Chart (SFC) Editor is a tool for creating and editing the process flow of Recipes and Recipe Elements. The SFC editor will have nodes that represent an action, a phase or an operation. It provides a graphical way to create a Bill of Processes. You can add and organize multiple actions and elements into a series of steps with a distinct start and stop.

With SFC Editor, you can:

  • Add multiple Recipe Actions in a Recipe Element.

  • Add multiple Recipe Elements in a Recipe.

  • Add multiple Recipe Actions in a Recipe.

Surrounding text describes app_02.gif.

A.1.1 Components of SFC

A number of tools are used to create these actions. The table below lists and describes tools that help you in creating a Sequential Flow Chart.

Table A-1 Table of tools to create a SFC

Name & Description

Add Connections Add Connections

Helps you establish a connection between multiple nodes

Traverse Up Traverse Up

In an object from selection, traversing from the lower element to the upper element.

Traverse Down Traverse down

In an object from selection, traversing from the lower element to the upper element.

Automatic LayoutAutomatic Layout

Fit in canvas Fit in canvas - Fitting the nodes in the SFC canvas

Start of the Process node

Start of the Process Node

End of Process Node End of the Process node

Nodes Connector Nodes Connector

Conditional Nodes Connector Conditional Nodes Connector

Recipe Element Node Recipe Element Node -

Recipe Action Nodes Recipe Action node


A.1.2 Adding RecipeS Actions

You can add recipe actions in a recipe element or a recipe using the SFC Editor. You can do so either during the creation of recipe element template or a recipe, or while editing them.

You can add multiple Recipe Action objects and create a sequential flow. The flow includes parallel and conditional branching between recipe actions.

To add a recipe action using the SFC Editor:

  1. In the Instructions sub-tab under the BOP tab, select a Recipe Element.

  2. Click Edit SFC. The SFC Editor opens with a basic flow chart in right pane.

    Surrounding text describes app_14.gif.

  3. Click the Nodes Connector and press Delete key, or click Delete on the SFC Editor's menu bar.

    The Nodes Connector disappears, leaving the Process Start and Process End nodes.

  4. Click New > Recipe Action From Template.

  5. From the Recipe Action Templates list, select a recipe action template and click OK.

  6. Click anywhere in the right pane to insert the recipe action object.

  7. Click the Add Connection action button or on the menu bar, select Add > Connection.

  8. Place the cursor on the Process Start node, press the left mouse button and drag the mouse to the desired recipe action object.

  9. Release the mouse button.

    The Process Start node is connected to the recipe action object.

  10. Place the cursor on the recipe action object, press the left mouse button and drag the mouse to the Process End node.

  11. Release the mouse button.

    The recipe action object is connected to the Process End node and a sequential flow is established. Surrounding text describes app_16.gif.

A.1.3 Adding Recipe Elements

You can add recipe elements to a recipe using the SFC Editor. You can do so, either during the creation of the recipe or while editing it.

The steps to add a recipe element are same as that for adding a recipe action, except that you must select Add > Recipe Element from Template option.

A.1.4 Conditional Branching

You can create conditional branching between various objects - Actions to Actions, Actions to Elements or Elements to Elements, and vice-versa.

Conditional branching helps in meeting the IF-THEN-ELSE requirements in a sequence of events.

additinal branching

To create a conditional branching:

  1. Hold the Ctrl key and click on two or more objects to select them.

  2. Click Add > Conditional Branch.

A.1.5 Parallel Branching

When you require parallel processing between Actions, Elements or Actions and Elements, you can use the parallel branching feature of the SFC Editor.

Parallel branching helps in simultaneous processing of events, which meets the AND Boolean condition.

Surrounding text describes app_17.gif.

To create a parallel branch:

  1. Hold the Ctrl key and click on two or more objects to select them.

  2. Click Add > Parallel Branch.

A.1.6 Traversing between the Recipe Elements

To ascertain the flow of events between the intermediate Recipe Elements, you can traverse the sequence. You can traverse upwards or downwards from any stage in the sequence.