Write to resource actual properties
This procedure describes how to write resource actual properties to a specific resource.
Before you begin
Note: 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 the service provider you want to use, and then select the call method.
- Click Next.
- In the Item specific configuration section, configure the method.Note: Item configuration depends on the selected source and item. Some items do not require configuration.
- At run time, if you want to return all data from the selected item, select the Return all data option.
- At run time, if you want to return a subset of data from the selected item at run time, select the Return only a subset of data option, and then from the data tree, select the data you want returned.
- Click Finish.
- 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 IProductionRuntime to display the list of available call methods.
- ClickWriteResourceActualProperties, and then click Next.
- Click Browse resources for properties.The Universal Browser appears.
- Select one of the resource models, select a resource, and then click OK.
- Select the properties to write to, and then click Finish.
- In the Actual ID field, enter a literal value, or click the drop-down arrow to perform a bind or create an expression.Note: The data type of this field must be GUID.
- In the field for each selected resource property, enter a literal value, or click the drop-down arrow to perform a bind or create an expression.
- From the Resource Type drop-down list, select a resource type to write to.
- Click Save.
- Run the workflow, or, on the Test/Debug tab, test the workflow to ensure that your input parameters are configured correctly.