Operation Update Profiling
The Update Profiling
operation updates the Profiling located in the project with the specified ID.
Note:
The changes are updated only at runtime and are stored in a .runtime
file. The .profiling
file in the repository is not updated. For more information, see Using Runtime Configurations.
Example
Input
The adapter expects an XML document as input.
<?xml version="1.0" encoding="UTF-8"?>
<Profiling active="true">
<Id>f7adb9fe-93ea-4ca2-9023-1ebeca012931</Id>
<Processes filterType="include">
<Process path="Processes/dummy.wrf" />
<Process path="Processes/Subprocesses/dummy_subprocess.wrf" />
</Processes>
</Profiling>
The following elements have to be included in the input:
Element | Attribute | Description |
---|---|---|
Profiling | active | Possible values:
|
Id | UUID of the project where the profiling .profiling is located. | |
Processes | Parent element of single If no Processes is specified, the profiling with the filterType | |
Processes | filterType | Possible values:
Only one |
Process | Single process for which profiling rules apply. Multiple declaration possible. | |
Process | path | Relative path within the corresponding repository project. Possible values: String |