wfm.GetHistTimerEntries

This job determines all actions (historical entries) for a reminder/lock period.

1. Input Parameters

Name Type Required Description

TimerId

STRING

Yes

ID of the timer

2. Output Parameters

Name Type Dependency Description

TimerEntries

BASE64

The requested actions in XML format

3. Return Value

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

4. Example

Structure of TimerEntries:

<TimerEntries>
  <TimerEntry HistId=".." EntryNr=".." ProcessId=".." RActivityId=".."
              HistType=".." Time=".." OrganisationId=".." UserId=".." UserName=".."
              ServerId=".." ServerName=".."/>
</TimerEntries>
Table 1. Fields of <TimerEntry>
Attribute Type Description

HistId

STRING

Historical ID of the entry

EntryNr

INT

Number of the entry, reflects the temporal sequence

ProcessId

STRING

ID of the process

RActivityId

STRING

Instance ID of the activity

HistType

INT

Type of the historical entry:

* 15 = CREATETIMER * 16 = CANCELTIMER * 17 = REMIND * 18 = DELAYED

Time

INT

Time of entry creation

OrganisationId

STRING

ID of the organization

UserId

STRING

ID of the user

UserName

STRING

Name of the user who personalized the activity

ServerId

STRING

ID of the server

ServerName

STRING

Name of the server