wfm.GetHistVariablesByHistEntry

This job determines the workflow variables for a history entry.

1. Input Parameters

Name Type Required Description

HistId

STRING

Yes

ID of the history entry

2. Output Parameters

Name Type Dependency Description

DataFields

BASE64

The requested historical variables in XML format

3. Return Value

(INT): 0 = Job successful, otherwise error code.

4. Example

Structure of DataFields:

<DataFields>
  <DataField Id="123.." Name="strTest">
    <![CDATA[Ich bin ein String]]>
  </DataField>
  <DataField Id="" Name="">
    <![CDATA[]]>
  </DataField>
</DataFields>
Table 1. Fields of <DataField>
Attribute / Content Type Description

Id

STRING

ID of the variable

Name

STRING

Name of the variable

CDATA

Value and structure of the variable

5. See Also