Versions Compared

Key

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

...

<ul> <li>
  • As
  • String
  • =
  • Minutes,
  • As
  • Value
  • =
  • 2
<li>
  • As
  • String
  • =
  • Hours,
  • As
  • Value
  • =
  • 3
<li>
  • As
  • String
  • =
  • Days,
  • As
  • Value
  • =
  • 4
</ul>

Default is Hours (3).

Property


UI Field Name

Description

Specifications

Required

Anchor
expirationAction - VM
expirationAction - VM
expirationAction

Expiration Action

Expiration Action to specify the timeout Execution status.

Valid values:

  • As String = Failed, As Value = 1

  • As String = Finished, As Value = 2

Default is Failed (1).

N


Anchor
timeLimit - VM
timeLimit - VM
timeLimit


Time Limit

If valueMonitorType is Change or Current/Change; Used for Variable Monitor tasks not associated with a trigger; Amount of time (in units specified by timeLimitUnit) to monitor for the Variable Monitor conditions to be met.

The timeLimit duration is always relative to the start time of the Variable Monitor task instance.

N

Anchor
timeLimitUnit - VM
timeLimitUnit - VM
timeLimitUnit


Time Limit Unit

Unit of time to use for timeLimit.

Valid Values:

Html bobswift

N

Anchor
value - VM
value - VM
value


Value

If valueCondition is =, !=, >, >=, <, <=, or regex; Value of the variable being monitored.


N

Anchor
valueCondition - VM
valueCondition - VM
valueCondition


Value Condition

Condition for the value of the variable being monitored.

Valid values:

html-bobswift

<ul> <li>

  • As
  • String
  • =
  • --
  • None
  • --,
  • As
  • Value
  • =
  • 0
<li>
  • As
  • String
  • =
  • =,
  • As
  • Value
  • =
  • 1
<li>
  • As
  • String
  • =
  • !=,
  • As
  • Value
  • =
  • 2
<li>
  • As
  • String
  • =
  • >,
  • As
  • Value
  • =
  • 3
<li>
  • As
  • String
  • =
  • >=,
  • As
  • Value
  • =
  • 4
<li>
  • As
  • String
  • =
  • <,
  • As
  • Value
  • =
  • 5
<li>
  • As
  • String
  • =
  • <=,
  • As
  • Value
  • =
  • 6
<li>
  • As
  • String
  • =
  • regex,
  • As
  • Value
  • =
  • 7
<li>
  • As
  • String
  • =
  • undefined,
  • As
  • Value
  • =
  • 8
</ul>

Default is = (1)

N

Anchor
valueMonitorType - VM
valueMonitorType - VM
valueMonitorType


Value Monitor Type

Type of monitoring to be done on the Variable value.

Valid values:

html-bobswift

<ul> <li>

  • As
  • String
  • =
  • Current,
  • As
  • Value
  • =
  • 1
<li>
  • As
  • String
  • =
  • Change,
  • As
  • Value
  • =
  • 2
<li>
  • As
  • String
  • Current/Change,
  • As
  • Value
  • =
  • 3
</ul>

Default is Current (1).

N

Anchor
variableName - VM
variableName - VM
variableName


Variable to Monitor

Name of the variable to monitor.

Variables are supported.

Y

...