Processes

Using an Application Process Property in a Component Process

Here's a quick pointer on how to use an Application Process Property in a Component Process:

1. Create a component process that references a process property.

Step1.png

2. Create that process property for the component process. The name will be what you reference in the process to use the value of the application process property. The type doesn't matter since we'll be passing in a value from the application process property. Don't bother with a default value either, since the value of this property will be set in the application process.

Step2.png

3. Create an application process that executes the component process in step 1.

4. In the application process step that executes the process from step 1, click "set value here" and place the process property reference in the resulting field. If you didn't chose a default value, then this field will be blank.

Step3and4.png

5. Create that process property for the application process.

Step5.png