Write to a property group
Before you begin
Activities can be inserted at both the workflow and subprocess levels.
Procedure
- In the navigator, click .
- In the Workflows list, select the resource you want to work with.
- In the Displays panel, click .
- Click the Workflow Editor tab.
- Insert an activity:
- At the workflow level:
- From the Standard Activities panel, click and drag the activity you want to insert to a drop point.Note: Activities can exist only between the presubprocess and postsubprocess.
- From the Standard Activities panel, click and drag the activity 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:
- On the activity configuration panel, click Configure Method.The Configure Method dialog box appears, displaying a list of the available call method service providers.
- Double-click IPropertyGroup to display the list of available call methods.
- Click WritePropertyGroup, and then click Next.
- Click Select property group, and then select the property group whose properties you want to write to.The properties configured for the group are displayed.
- Select the properties whose values you want to write, and then click Finish.The selected properties are displayed on the activity configuration panel.
- Configure the call method as follows:
- In the Resource field, click the ellipsis button, and then select the resource to apply the property group to.
- In each of the property fields, enter or select the value to write.
- Click Save.
- Run the workflow, or, on the Test/Debug tab, test the workflow to ensure that your input parameters are configured correctly.