Create an equipment aspect
Equipment aspects dynamically extend existing equipment instances or classes by adding new attributes and business logic without modifying or recompiling the original objects.
Procedure
- In the navigtor, click Workflow > Workflows.
- In the Workflows list, select the resource you want to work with.Note: A resource must already have been added in order to select it from this list.
- In the Displays panel, click Workflow Management > Workflow Editor.
- Click the Workflow Editor tab.
- Insert an activity:
- At the workflow level:
- From the Standard Activities panel, click and drag the actiity you want to insert to a drop point.Note: Acticities can exist only between the presubprocess and postsubprocess.
- From the Standard Activities panel, click and drag the actiity you want to insert to a drop point.
- At the subprocess level:
- Double-click the local subprocess you want to add the activity to.
- From the Standard Activities panel, click and drag the activity you want to insert to a drop point.
- At the workflow level:
- Double-click iEquipment to display the list of available call methods.
- Click AddAspect, and then click Finish.The iinput parameters appear in the activity configuration panel.
- Configure the call method as follows:
- In the Aspect Type Name field, enter the name of the aspect you want to add to the resource.
- In the Equipment Instance or Class field, click the ellipsis button, and then select an instance or class to add the aspect to.
- Click Save.
- Run the workflow, or, on the Test/Debug tab, test the workflow to ensure that your input parameters are configured correctly.