wfm.GetHistVariablesByHistEntry
This job determines the workflow variables for a history entry.
2. Output Parameters
| Name | Type | Dependency | Description |
|---|---|---|---|
|
BASE64 |
— |
The requested historical variables in XML format |
4. Example
Structure of DataFields:
<DataFields>
<DataField Id="123.." Name="strTest">
<![CDATA[Ich bin ein String]]>
</DataField>
<DataField Id="" Name="">
<![CDATA[]]>
</DataField>
</DataFields>
| Attribute / Content | Type | Description |
|---|---|---|
|
STRING |
ID of the variable |
|
STRING |
Name of the variable |
CDATA |
— |
Value and structure of the variable |