Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Parameter

Description

Valid examples

Processdefinition

Name of the process definition that is signaled.

  • 8D Problem Solving

  • MyProcessDefinition

Identifier

Name of activity, is automatically extended with a wildcard. Thus, all activities which start with the identifier are signaled.

  • Identify Problem (becomes “Identify Problem%”)

  • MyActivityName (becomes “MyActivityName%”)

DateOrDuration

Date or Duration, it can be supplied via process variable.

  • 1y,1m,1d,1h ( for duration)

  • dd.MM.yyyy HH:mm:ss
    The format accepts all values specified in the Valid Date-Time Formats

  • ${variableName}

VariableName

The name of the variable that will be set.

  • ${variableName}

Value

The value that the variable should assume.

  • true

  • false

Limit

A Number of activities that will be processed during one iteration.

  • 5

...