CreateReminderForEveryNodeForProcessdefinitionInProcent

Description

The CreateReminderForEveryNodeForProcessdefinitionInProcent timer creates an escalation for each activity instance of each process instance of the given process definition.


Webservice Name

EscalationManager

Webservice Method

createReminderForEveryNodeForProcessdefinitionInProcent

Parameter

Parameter

Description

Valid examples

Parameter

Description

Valid examples

Processdefinition

Name of the process definition.

  • ${name_of_variable}

  • ${instanceName}

remindInPercentBeforeEnd

Determines the time of the escalation for an activity as a percentage of it's duration.

E.g. if this parameter is set to 40, after 60% of the given time is elapsed, it will escalate. (An activity with a duration of ten hours (100%) will escalate, after six hours (60%) have passed.)

  • 10

  • 30

  • 50

limit

A Number of escalations are to be created at each call.

If this number is too large possibly no escalations will be created.

  • 10

  • 100

  • 500

 

Example:

Â