Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Description

This timer allows you to delete expired process instances.

This timer is used with the following https://tim-doc.atlassian.net/wiki/spaces/eng/pages/227969903/Configuration+Properties#Timer-Settings:

delete-timer-keep-instances-min The timer cannot archive instances which are younger than this date, regardless of what your expirationTime parameter is.

delete-timer-archive-state-check (boolean. -> possibility to delete instances via timer without checking the archive or end state! take care if you really want to change this )


Webservice Name

ProcessInstanceManager

Webservice Method

deleteExpiredProcessInstances

Parameter

Parameter

Description

Valid examples

processDefinitionName

This parameter is used to set the process instance definition to be deleted. Wildcards can be used with *.

Financeprocess*

expirationTime

This parameter is used to set the expiration time of the process instances to be deleted.

2y
mon (month)
w (week)
d (day)
h (hour)

limit

This parameter is used to set the limit of the process instances to be deleted.

2000

chunkSize

This parameter is used to define the amount of instances that are deleted in a single transaction.

100

Example:

  • No labels