Initiates a Correlation. An alternative unique ID can be initiated when defining a Correlation from the Argument Mapping panel of the activities (checking the initiate check box), or it can also be initiated using this method. For example: // Within the process there is a defined Correlation called "TechOrder". It has 2 properties: "technical code / technical number" // Initiates the Correlation "TechOrder" for the current instance using the variables "techcode" and "technum" that contain the values // for the correlation's properties "technical code / technical number". initiate Correlation using name = "TechOrder", values = [techcode, technum]
| Name | Type | Description | Mode |
|---|---|---|---|
| name | String | in | |
| values | Any[] | in |