Component step - general properties
About this task
A component step represents an activity in the workflow that is assigned to one or more operations in a component queue.
To specify the general properties of a component step:
Procedure
- If necessary, select the component step on the map, then select the General tab in the Properties pane.
- Optional: Enter a description of the component step.
- Click Add to display the Operation Selection dialog box where you select a component, then select one or more operations for use in this step. On return to this dialog box, the operations you selected are displayed.
- In the list of operations, select them one at a time, to
display the list of parameters with their name, data type, and access.
Access rights are:
- Read (operation reads from the work item)
- Write (operation writes to a data field in the work item)
- Read/Write (a value that passes from the work item to the operation, where it is processed and then passes back to the work item).
- The Expression field contains
a named expression for your use in specifying the value for each parameter.
To associate a value with the expression, you can:
- In the workflow properties, create a data field, attachment, or workflow group with the expression name and appropriate type for the parameter.
- In the Expression field, enter an expression using data fields, attachments, or workflow groups already defined in the workflow.
- In the Expression field, enter a literal.
The following restrictions apply for the expression:
- For Get and Set operations, the data type of the expression must match the type expected in the operation.
- Only single-valued properties are supported.
- The user must have proper access rights to the properties. To get a property value, the user must have the read access right. To set a property value, the user must have write access to properties.
- The property must be valid for the document.
- You can use special characters (< > ? , . / ; ' \ ( ) * & ^ % $ # @) in document titles for content operations workflows when filing documents automatically through the content operations workflow using the File function. However, you cannot use documents with the double-quote (") or pipe special characters ( | ) in the document titles, as the API restricts Process Designer from using them.