Versions Compared

Key

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

...

Universal Controller supports the following RESTful-based web services for Email Monitor Trigger operations, which are listed alphabetically on this page.

Formatting specifications for each web service, including details about parameter requirements, are provided.
 

...


Description

URI

http://host_name/uc/resources/trigger

HTTP Method

GET

Description

Retrieves information for the specified trigger

URI Parameters

See Read an Email Monitor Trigger: URI Parameters, below.

Example URI

Consumes Content-Type

n/a

Produces Content-Type

application/xml, application/json

Trigger Properties

Trigger-Related Record Properties

Example Response

...

Anchor
Email Monitor Trigger XML and JSON Examples
Email Monitor Trigger XML and JSON Examples
Email Monitor Trigger: XML and JSON Examples

In the XML web service, the exportReleaseLevel, exportTable, retainSysIds, and version properties are specified as attributes in the <trigger type> <trigger> element in XML.
 


Examples

XML

JSON

Example for Trigger


Expand
titleXML
<triggerEm exportReleaseLevel="7.2.0.0" exportTable="ops_trigger_em" retainSysIds="true" version="1">
       <variables />
       <action>Do Not Trigger</action>
<notes /> <calendar>System Default</calendar> <dayLogic>And</dayLogic> <dayOfMonth>*</dayOfMonth> <dayOfWeek>Mon-Fri</dayOfWeek> <description>Test Email Monitor in Trigger and in Workflow</description> <disabledBy></disabledBy>
<disabledTime></disabledTime>
<enabled>true</enabled>
<enabledBy>ops.admin</enabledBy>
<enabledTime>2021>2021-03-03 12:46:11 -0500<0500</enabledTime>
<emailMonitor>Email Monitor Task</emailMonitor>
<enabledEnd>00:00</enabledEnd>
< <enabledStart>05:00</enabledStart>
<name>Test-Email-Monitor-Trigger</name>
<nextScheduleTime>2021>2021-03-04 00:00:00 -0500<0500</nextScheduleTime>
<opswiseGroups />
<rdExcludeBackup>true</rdExcludeBackup>
<restrictedTimes>false</restrictedTimes>
<restriction>false</restriction>
<restrictionAdjective>Every</restrictionAdjective>
<restrictionComplex>false</restrictionComplex>
<restrictionMode>Or</restrictionMode>
<restrictionNoun>Day</restrictionNoun>
<restrictionNthAmount />
<restrictionQualifier>Year</restrictionQualifier>
<restrictionSimple>false</restrictionSimple>
<retentionDuration>1</retentionDuration>
<retentionDurationPurge>true</retentionDurationPurge>
<retentionDurationUnit>Days</retentionDurationUnit>
<simulationOption>-- System Default --</simulationOption>
<situation>Holiday</situation>
<skipAfterDate>2020-05-28</skipAfterDate>
<skipAfterTime>02:15</skipAfterTime>
<skipBeforeDate>2020-05-30</skipBeforeDate>
<skipBeforeTime>17:30</skipBeforeTime>
<skipCondition>None</skipCondition>
<skipCount>0</skipCount>
<skipDateList />
<skipRestriction>Span</skipRestriction>
<sysId>0fc6b7d9c0a801c9017b6c27c259937e</sysId>
<tasks>
<task>Sleep 30</task>
</tasks>
<timeZone /> </triggerEm>
Expand
titleJSON
{
  "type": "triggerEm",
  "action": "Do Not Trigger",
  "calendar": "System Default",
  "dayLogic": "And",
  "dayOfMonth": "*",
  "dayOfWeek": "Mon-Fri",
  "description": "Test Email Monitor in Trigger and in Workflow",
"disabledBy": "",
"disabledTime": "",
"enabled": true,
"enabledBy": "ops.admin",
"enabledTime": "2021-03-03 12:46:11 -0500",
"emailMonitor": "Email Monitor Task",
"enabledEnd": "00:00",
"enabledStart": "00:00", "name": "Test-Email-Monitor-Trigger",
"nextScheduledTime": "2021-03-04 00:00:00 -0500",
"notes": [],
"opswiseGroups": [ ],
"rdExcludeBackup": true,
"restrictedTimes": false,
"restriction": false,
"restrictionAdjective": "Every",
"restrictionComplex": false,
"restrictionMode": "Or",
"restrictionNoun": { "value": "Day" },
"restrictionNthAmount": null,
"restrictionQualifier": { "value": "Year" },
"restrictionSimple": false,
"retainSysIds": true,
"retentionDuration": 1,
"retentionDurationPurge": true,
"retentionDurationUnit": "Days",
"simulationOption": "-- System Default --",
"situation": "Holiday",
"skipAfterDate": "2020-05-28",
"skipAfterTime": "02:15",
"skipBeforeDate": "2020-05-30",
"skipBeforeTime": "17:30",
"skipCondition": "None",
"skipCount": 0,
"skipDateList": [ ],
"skipRestriction": "Span",
"sysId": "9c659c9c2c72460c9a2057663257b0be",
"tasks": [ "Sleep 30" ],
"timeZone": null,
"variables": [ ],
"version": 1 }
Examples for Trigger-Related Records

Variables

Expand
titleXML
<variables>
   <variable>
         <description />
         <name>testVar</name>
         <value>value</value>
   </variable>
</variables>

Notes

Expand
titleXML
<notes>
   <note>
         <Email Monitor Trigger Web Services#sysId>76ad570c64b84f84aeaf281403856b10</Email Monitor Trigger Web Services#sysId>
         <Email Monitor Trigger Web Services#text>testNoteText</Email Monitor Trigger Web Services#text>
         <Email Monitor Trigger Web Services#title>testNoteTitle</Email Monitor Trigger Web Services#title>
   </note>
</notes>

Variables

Expand
titleJSON
"variables": [ {
  "description": "description",
  "name": "var1",
  "value": "value1"
} ]

Notes

Expand
titleJSON
"notes": [ {
  "Email Monitor Trigger Web Services#sysId": "76ad570c64b84f84aeaf281403856b10",
  "Email Monitor Trigger Web Services#text": "testNoteText",
  "Email Monitor Trigger Web Services#title": "testNoteTitle"
} ]

...

actioncalendarcustomField1customField2 descriptiondisabledBydisabledTimeenabledenabledByenabledTime

Property

UI Field Name

Description

Specifications

Required

Anchor
action - Allaction - All

Action

For all trigger types except Manual and Temporary; Action to take on a non-business day or holiday (see situation).

Valid values:

Default is Do Not Trigger (1).
 

Note
titleNote

The following values are valid only for Cron and Time triggers:

Y
(if restriction
is true)

Anchor
calendar - Allcalendar - All

Calendar

Calendar that defines the business days, holidays, and other special days that determine the run dates for the task(s) specified in the trigger.
 
The Calendar will be used to verify any Custom Day references in restrictionNoun.

Default is System Default.

Y

Anchor
customField1 - AllcustomField1 - All

n/a

User-Defined field.
 
Example: <customField1 label="Domain">web.com</customField1>

The label is included only if a value has been defined for the User Defined Trigger Field 1 Label Universal Controller system property.

N

Anchor
customField2 - AllcustomField2 - All

n/a

User-Defined field.
 
Example: <customField2 label="Domain">web.com</customField2>

The label is included only if a value has been defined for the User Defined Trigger Field 2 Label Universal Controller system property.

N

Anchor
description - Alldescription - All

Description

Description of this trigger.

N

Anchor
disabledBy - AlldisabledBy - AllDisabled BySystem-supplied. If Status = Enabled, ID of the user who most recently disabled this trigger.Read-only.N
Anchor
disabledTime - AlldisabledTime - AllDisabled TimeSystem-supplied. If Status = Enabled, Date and time that the trigger was disabled.Read-only.N
Anchor
enabled - Allenabled - AllStatus

System-defined; Specification for whether or nor the trigger is enabled. Only enabled triggers are processed by the Controller.

Read-only.N
Anchor
enabledBy - AllenabledBy - AllEnabled By

System-supplied. If Status = Enabled, ID of the user who most recently enabled this trigger.

Read-only.N
Anchor
enabledTime - AllenabledTime - AllEnabled Time
System-supplied. If Status = Enabled, Date and time that the trigger was enabled
       <restrictionNouns>
<restrictionNoun>Day</restrictionNoun>
</restrictionNouns>
<restrictionNthAmount />
<restrictionQualifiers>
<restrictionQualifier>Year</retsrictionQualifier>
</restrictionQualifiers>
<restrictionSimple>false</restrictionSimple>
<retentionDuration>1</retentionDuration>
<retentionDurationPurge>true</retentionDurationPurge>
<retentionDurationUnit>Days</retentionDurationUnit>
<simulationOption>-- System Default --</simulationOption>
<situation>Holiday</situation>
<skipAfterDate>2020-05-28</skipAfterDate>
<skipAfterTime>02:15</skipAfterTime>
<skipBeforeDate>2020-05-30</skipBeforeDate>
<skipBeforeTime>17:30</skipBeforeTime>
<skipCondition>None</skipCondition>
<skipCount>0</skipCount>
<skipDateList />
<skipRestriction>Span</skipRestriction>
<sysId>0fc6b7d9c0a801c9017b6c27c259937e</sysId>
<taskMonitor>Email Monitor Task</taskMonitor>
<tasks>
<task>Sleep 30</task>
</tasks>
<timeZone />
</triggerEm>



Expand
titleJSON
{
  "type": "triggerEm",
  "action": "Do Not Trigger",
  "calendar": "System Default",
  "dayLogic": "And",
  "dayOfMonth": "*",
  "dayOfWeek": "Mon-Fri",
  "description": "Test Email Monitor in Trigger and in Workflow",
"disabledBy": "",
"disabledTime": "",
"enabled": true,
"enabledBy": "ops.admin",
"enabledTime": "2021-03-03 12:46:11 -0500",
"enabledEnd": "00:00",
"enabledStart": "00:00",
"exportReleaseLevel": "7.2.0.0",
"exportTable": "ops_trigger_em",
"name": "Test-Email-Monitor-Trigger",
"nextScheduledTime": "2021-03-04 00:00:00 -0500",
"notes": [],
"opswiseGroups": [ ],
"rdExcludeBackup": true,
"restrictedTimes": false,
"restriction": false,
"restrictionAdjective": "Every",
"restrictionComplex": false,
"restrictionMode": "Or",
"restrictionNouns": [
{
"value": "Day"
}
],
"restrictionNthAmount": null,
"restrictionQualifiers": [
{
"value": "Year"
}
],
"restrictionSimple": false,
"retainSysIds": true,
"retentionDuration": 1,
"retentionDurationPurge": true,
"retentionDurationUnit": "Days",
"simulationOption": "-- System Default --",
"situation": "Holiday",
"skipAfterDate": "2020-05-28",
"skipAfterTime": "02:15",
"skipBeforeDate": "2020-05-30",
"skipBeforeTime": "17:30",
"skipCondition": "None",
"skipCount": 0,
"skipDateList": [ ],
"skipRestriction": "Span",
"sysId": "9c659c9c2c72460c9a2057663257b0be",
"taskMonitor": "Email Monitor Task",
"tasks": [ "Sleep 30" ],
"timeZone": null,
"variables": [ ],
"version": 1 }


Examples for Trigger-Related Records

Variables

Expand
titleXML
<variables>
   <variable>
         <description />
         <name>testVar</name>
         <value>value</value>
   </variable>
</variables>

Notes

Expand
titleXML
<notes>
   <note>
         <sysId>76ad570c64b84f84aeaf281403856b10</sysId>
         <text>testNoteText</text>
         <title>testNoteTitle</title>
   </note>
</notes>


Variables

Expand
titleJSON
"variables": [ {
  "description": "description",
  "name": "var1",
  "value": "value1"
} ]

Notes

Expand
titleJSON
"notes": [ {
  "sysId": "76ad570c64b84f84aeaf281403856b10",
  "text": "testNoteText",
  "title": "testNoteTitle"
} ]


Anchor
Properties
Properties
Properties

Anchor
Trigger Properties - All Triggers
Trigger Properties - All Triggers
Trigger Properties: All Triggers


nextScheduledTime opswiseGroups

List of Business Service(s) that this trigger belongs to.
 
XML

 
JSON

rdExcludeBackuprestrictionAdjectiverestrictionComplexrestrictionModerestrictionNounThe Calendar for the trigger is used to verify Custom Day references

Name

tasks

 
JSON

panel

Property

UI Field Name

Description

Specifications

Required

Anchor
action - All
action - All
action

Action

For all trigger types except Manual and Temporary; Action to take on a non-business day or holiday (see situation).

Valid values:

  • As String = Do Not Trigger, As Value = 1
  • As String = Next Day, As Value = 2
  • As String = Next Business Day, As Value = 3
  • As String = Previous Day, As Value = 4
  • As String = Previous Business Day, As Value = 5

Default is Do Not Trigger (1).
 

Note
titleNote

The following values are valid only for Cron and Time triggers:

  • Next Day (2)
  • Next Business Day (3)
  • Previous Day (4)
  • Previous Business Day (5)


Y
(if restriction
is true)

Anchor
calendar - All
calendar - All
calendar

Calendar

Calendar that defines the business days, holidays, and other special days that determine the run dates for the task(s) specified in the trigger.
 
The Calendar will be used to verify any Custom Day references in restrictionNoun.

Default is System Default.

Y

Anchor
customField1 - All
customField1 - All
customField1

n/a

User-Defined field.
 
Example: <customField1 label="Domain">web.com</customField1>

The label is included only if a value has been defined for the User Defined Trigger Field 1 Label Universal Controller system property.

N

Anchor
customField2 - All
customField2 - All
customField2

n/a

User-Defined field.
 
Example: <customField2 label="Domain">web.com</customField2>

The label is included only if a value has been defined for the User Defined Trigger Field 2 Label Universal Controller system property.

N

Anchor
description - All
description - All
description

Description

Description of this trigger.


N

Anchor
disabledBy - All
disabledBy - All
disabledBy

Disabled BySystem-supplied. If Status = Enabled, ID of the user who most recently disabled this trigger.Read-only.N

Anchor
disabledTime - All
disabledTime - All
disabledTime

Disabled TimeSystem-supplied. If Status = Enabled, Date and time that the trigger was disabled.Read-only.N

Anchor
excludeRelated enabled - AllexcludeRelated
enabled - All
excludeRelatedenabled

n/a

For Modify Trigger web services; specification Status

System-defined; Specification for whether or

not to exclude related records from the update, even if they are provided in the request.
 
Note
titleNote

In XML web services, excludeRelated is specified as an attribute in the <trigger> element.

Valid values: true/false (default is false)

nor the trigger is enabled. Only enabled triggers are processed by the Controller.

Read-only.N

Anchor
enabledBy - All
enabledBy - All
enabledBy

Enabled By

System-supplied. If Status = Enabled, ID of the user who most recently enabled this trigger.

Read-only.N

Anchor
forecast enabledTime - Allforecast
enabledTime - All
forecastenabledTime

Forecast

For Cron, Temporary, and Time triggers only; Enabled Time

System-supplied. If Status = Enabled, Date and time

when this trigger will be satisfied for the next number days, as specified in the Forecast Period In Days Universal Controller system property. The Controller writes the forecasting entries to the Forecasts List.Boolean; Valid values: true/false. Default is false.

that the trigger was enabled.

Read-only.N

Anchor
name excludeRelated - Allname
excludeRelated - All
nameexcludeRelated

Name

Name used within the Controller to identify this trigger.

Maximum 255 alphanumerics.

Y

Anchor
nextScheduledTime - AllnextScheduledTime - AllNext Scheduled Time

System-supplied; for time-based triggers. If Status = Enabled, the next date and time this trigger will be satisfied. See Displaying Trigger Forecast Information.

Read-only.N
Anchor
opswiseGroups - AllopswiseGroups - All

Member of Business Services

Panel
Panel

N

Anchor
rdExcludeBackup - AllrdExcludeBackup - All

Exclude Backup

Set only if retentionDurationPurge is selected; Specification for whether qualifying task instances can be excluded from the backup when being purged by retention durationn/a

For Modify Trigger web services; specification for whether or not to exclude related records from the update, even if they are provided in the request.
 

Note
titleNote

In XML web services, excludeRelated is specified as an attribute in the <trigger> element.


Valid values: true/false (default is false).

N

Anchor
exportReleaseLevel - All
exportReleaseLevel - All
exportReleaseLevel

n/a

Universal Controller release that the record was exported from.

Note
titleNote

In XML web services, exportReleaseLevel is specified as an attribute in the <trigger> element.


read onlyN

Anchor
exportTable - All
exportTable - All
exportTable

n/a

Record table information.

Note
titleNote

In XML web services, exportTable is specified as an attribute in the <trigger> element.


read onlyN

Anchor
forecast - All
forecast - All
forecast

Forecast

For Cron, Temporary, and Time triggers only; Date and time when this trigger will be satisfied for the next number days, as specified in the Forecast Period In Days Universal Controller system property. The Controller writes the forecasting entries to the Forecasts List.

Boolean; Valid values: true/false. Default is false.

N

Anchor
restriction name - Allrestriction
name - All
restriction name

Special Restriction

Indication of whether or not you want to specify additional parameters that tell the Controller how to handle exceptions, such as when the trigger is satisfied on a holiday or non-business day. You can specify simple and/or complex restrictions. For example, you can specify a simpleRestriction that disables the trigger if it is satisfied on a holiday identified in the calendar and/or a restrictionComplex that disables the trigger on the last business day of every month.

Boolean; Valid values: true/false. Default is false.

N

Anchor
restrictionAdjective - AllrestrictionAdjective - All

Restriction Adjective

Type of selection for restrictionNoun.

Valid values:

Default is Every (0).

Y
(if restrictionComplex
is enabled)

Anchor
restrictionComplex - AllrestrictionComplex - All

Complex Restriction

Set only if restriction is true; Set of parameters that determine one or more situations when this trigger should not be satisfied. Used in conjunction with restrictionMode, restrictionAdjective, restrictionNoun, and restrictionQualifier. For example, you can specify that you do not want to satisfy this trigger on the last business day of the year or the first day of each month.

Boolean; Valid values: true/false. Default is false.

Y
(if restrictionSimple
is false)

Anchor
restrictionMode - AllrestrictionMode - All

Restriction Mode

Set only if restrictionSimple is true; Specification for whether you want to use restrictionSimple- and/or restrictionComplex-related values.

Valid values:

Default is Or (2).

Y
(if restrictionSimple
and restrictionComplex
are true)

Anchor
restrictionNoun - AllrestrictionNoun - All

Restriction Noun

Day to restrict the trigger to.
 
To specify a Custom Day, use the name of the Custom Day. For example:
 
XML
<restrictionNoun>CustomDay1</restrictionNoun>
 
JSON
"restrictionNoun": {
    "value": "CustomDay1"
}
 
To specify a Local Custom Day, use the local attribute. For example:
 
XML
<restrictionNoun local="true">CustomDay2</restrictionNoun>
 
JSON
"restrictionNoun": {
    "local": "true",
    "value": "CustomDay2"
}
 

Note
titleNote

Name used within the Controller to identify this trigger.

Maximum 255 alphanumerics.

Y

Anchor
nextScheduledTime - All
nextScheduledTime - All
nextScheduledTime

Next Scheduled Time

System-supplied; for time-based triggers. If Status = Enabled, the next date and time this trigger will be satisfied. See Displaying Trigger Forecast Information.

Read-only.N

Anchor
opswiseGroups - All
opswiseGroups - All
opswiseGroups

Member of Business Services

List of Business Service(s) that this trigger belongs to.
 
XML

Panel


Html bobswift
<pre>
&lt;opswiseGroups&gt;
       &lt;opswiseGroup&gt;test&lt;/opswiseGroup&gt;
&lt;/opswiseGroups&gt;
</pre>


 
JSON

Panel


Html bobswift
<pre>
"opswiseGroups": [
"test"
]
</pre>




N

Anchor
rdExcludeBackup - All
rdExcludeBackup - All
rdExcludeBackup

Exclude Backup

Set only if retentionDurationPurge is selected; Specification for whether qualifying task instances can be excluded from the backup when being purged by retention duration.

Boolean; Valid values: true/false. Default is false.

N

Anchor
restriction - All
restriction - All
restriction

Special Restriction

Indication of whether or not you want to specify additional parameters that tell the Controller how to handle exceptions, such as when the trigger is satisfied on a holiday or non-business day. You can specify simple and/or complex restrictions. For example, you can specify a simpleRestriction that disables the trigger if it is satisfied on a holiday identified in the calendar and/or a restrictionComplex that disables the trigger on the last business day of every month.

Boolean; Valid values: true/false. Default is false.

N

Anchor
restrictionAdjective - All
restrictionAdjective - All
restrictionAdjective

Restriction Adjective

Type of selection for restrictionNoun.

Valid values:

  • As String =
Sunday
  • Every, As Value =
1
  • 0
  • As String =
Monday
  • 1st, As Value =
2
  • 1
  • As String =
Tuesday
  • 2nd, As Value =
3
  • 2
  • As String =
Wednesday
  • 3rd, As Value =
4
  • As String = Thursday, As Value = 5
    • 3
    • As String =
    Friday
    • 4th, As Value =
    6
    • 4
    • As String =
    Saturday
    • Last, As Value =
    7
    • 5
    • As String =
    Day
    • Nth, As Value =
    8As String = Business Day, As Value = 9
    • 6

    Default is Every (0).

    Y
    (if restrictionComplex
    is trueenabled)

    Anchor
    restrictionNthAmount restrictionComplex - AllrestrictionNthAmount
    restrictionComplex - All
    restrictionNthAmountrestrictionComplex

    Complex Restriction Nth Amount

    Set only if restrictionAdjective is Nth (6); value of N.Integer restriction is true; Set of parameters that determine one or more situations when this trigger should not be satisfied. Used in conjunction with restrictionMode, restrictionAdjective, restrictionNoun, and restrictionQualifier. For example, you can specify that you do not want to satisfy this trigger on the last business day of the year or the first day of each month.

    Boolean; Valid values: true/false. Default is false.

    Y
    (if restrictionAdjective restrictionSimple
    is Nthfalse)

    Anchor
    restrictionQualifier restrictionMode - AllrestrictionQualifier
    restrictionMode - All
    restrictionQualifierrestrictionMode

    Restriction Qualifier

    Period to restrict the trigger to.
     
    To specify a Custom Day Period, use the name of the Custom Day Period. For example:
     
    XML
    <restrictionQualifier>CustomDayPeriod1</restrictionQualifier>
     
    JSON
    "restrictionQualifier": {
        "value": "CustomDayPeriod1"
    }
     
    To specify a Local Custom Day Period, use the local attribute. For example:
     
    XML
    <restrictionQualifier local="true">CustomDayPeriod2</restrictionQualifier>
     
    JSON
    "restrictionQualifier": {
        "local": "true",
        "value": "CustomDayPeriod2"
    }
     

    Note
    titleNote

    The Calendar for the trigger is used to verify Custom Day references.

    Valid values:

    • As String = Jan, As Value = 0
    • As String = Feb, As Value = 1
    • As String = Mar, As Value = 2
    • As String = Apr, As Value = 3
    • As String = May, As Value = 4
    • As String = Jun, As Value = 5
    • As String = Jul, As Value = 6
    • As String = Aug, As Value = 7
    • As String = Sep, As Value = 8
    • As String = Oct, As Value = 9
    • As String = Nov, As Value = 10
    • As String = Dec, As Value = 11
    • As String = Month, As Value = 12
    • As String = Year, As Value = 13

    Y
    (if restrictionComplex
    is true)Mode

    Set only if restrictionSimple is true; Specification for whether you want to use restrictionSimple- and/or restrictionComplex-related values.

    Valid values:

    • As String = And, As Value = 1
    • As String = Or, As Value = 2

    Default is Or (2).

    Y
    (if restrictionSimple
    and restrictionComplex
    are true)

    Anchor
    restrictionNoun - All
    restrictionNoun - All
    restrictionNoun

    Restriction Noun

    Deprecated. Period to restrict the trigger to.

    Used with restrictionAdjectiverestrictionQualifiers, and restrictionNthAmount (if restrictionAdjective is Nth) to specify the type of days you want to select. For example, to specify "the 1st business day of the month," select restrictionAdjective as 1st, restrictionNouns as Business Day, and restrictionQualifiers as Month.

    Example:

    Code Block
    languagetext
    linenumberstrue
    <restrictionQualifiers>
      <restrictionQualifier>Month</restrictionQualifier>
    </restrictionQualifiers>


    To specify a Custom Day, use the name of the Custom Day. For example:

    XML

    Code Block
    languagetext
    linenumberstrue
    <restrictionQualifiers>
      <restrictionQualifier>Jan</restrictionQualifier>
      <restrictionQualifier>CustomDay1</restrictionQualifier>
    </restrictionQualifiers>

    JSON

    Code Block
    languagetext
    linenumberstrue
    "restrictionQualifiers": [
      {
        "value": "Jan"
      },
      {
        "value": "CustomDay1"
      }
    ]


    To specify a Local Custom Day, use the local attribute. For example:

    XML

    Code Block
    languagetext
    linenumberstrue
    <restrictionQualifiers>
      <restrictionQualifier local="true">CustomDay2</restrictionQualifier>
    </restrictionQualifiers>

    JSON

    Code Block
    languagetext
    linenumberstrue
    "restrictionQualifiers": [
      {
        "local": true,
        "value": "CustomDay1"
      }
    ]


    Note
    titleNote

    The Calendar for the trigger is used to verify Custom Day references.


    Valid values:

    • As String = Sunday, As Value = 1
    • As String = Monday, As Value = 2
    • As String = Tuesday, As Value = 3
    • As String = Wednesday, As Value = 4
    • As String = Thursday, As Value = 5
    • As String = Friday, As Value = 6
    • As String = Saturday, As Value = 7
    • As String = Day, As Value = 8
    • As String = Business Day, As Value = 9

    Y
    (if restrictionComplex
    is true)

    Anchor
    restrictionNouns - All
    restrictionNouns - All
    restrictionNouns

    Restriction Noun(s)

    Day to restrict the trigger to.

    Used with restrictionAdjectiverestrictionQualifiers, and restrictionNthAmount (if restrictionAdjective is Nth) to specify the type of days you want to select. For example, to specify "the 1st business day of the month," select restrictionAdjective as 1st, restrictionNouns as Business Day, and restrictionQualifiers as Month.

    Example:

    Code Block
    languagetext
    linenumberstrue
    <restrictionNouns>
      <restrictionNoun>Business Day</restrictionNoun>
    </restrictionNouns>


    To specify a Custom Day, use the name of the Custom Day. For example:

    XML

    Code Block
    languagetext
    linenumberstrue
    <restrictionNouns>
      <restrictionNoun>Monday</restrictionNoun>
      <restrictionNoun>CustomDay1</restrictionNoun>
    </restrictionNouns>

    JSON

    Code Block
    languagetext
    linenumberstrue
    "restrictionNouns": [
      {
        "value": "Monday"
      },
      {
        "value": "CustomDay1"
      }
    ]


    To specify a Local Custom Day, use the local attribute. For example:

    XML

    Code Block
    languagetext
    linenumberstrue
    <restrictionNouns>
      <restrictionNoun local="true">CustomDay2</restrictionNoun>
    </restrictionNouns>

    JSON

    Code Block
    languagetext
    linenumberstrue
    "restrictionNouns": [
      {
        "local": true,
        "value": "CustomDay1"
      }
    ]


    Note
    titleNote

    The Calendar for the trigger is used to verify Custom Day references.


    Valid values:

    • As String = Sunday, As Value = 1
    • As String = Monday, As Value = 2
    • As String = Tuesday, As Value = 3
    • As String = Wednesday, As Value = 4
    • As String = Thursday, As Value = 5
    • As String = Friday, As Value = 6
    • As String = Saturday, As Value = 7
    • As String = Day, As Value = 8
    • As String = Business Day, As Value = 9
    • Custom Days specified in the calendar selected in a Workflow calendar.
    Y
    (if restrictionComplex
    is true)

    Anchor
    restrictionNthAmount - All
    restrictionNthAmount - All
    restrictionNthAmount

    Restriction Nth Amount

    Set only if restrictionAdjective is Nth (6); value of N.

    Integer

    Y
    (if restrictionAdjective
    is Nth)

    Anchor
    restrictionQualifier - All
    restrictionQualifier - All
    restrictionQualifier

    Restriction Qualifier

    Deprecated. Period to restrict the trigger to.
     
    To specify a Custom Day Period, use the name of the Custom Day Period. For example:
     
    XML
    <restrictionQualifier>CustomDayPeriod1</restrictionQualifier>
     
    JSON
    "restrictionQualifier": {
        "value": "CustomDayPeriod1"
    }
     
    To specify a Local Custom Day Period, use the local attribute. For example:
     
    XML
    <restrictionQualifier local="true">CustomDayPeriod2</restrictionQualifier>
     
    JSON
    "restrictionQualifier": {
        "local": "true",
        "value": "CustomDayPeriod2"
    }
     

    Note
    titleNote

    The Calendar for the trigger is used to verify Custom Day references.


    Valid values:

    • As String = Jan, As Value = 0
    • As String = Feb, As Value = 1
    • As String = Mar, As Value = 2
    • As String = Apr, As Value = 3
    • As String = May, As Value = 4
    • As String = Jun, As Value = 5
    • As String = Jul, As Value = 6
    • As String = Aug, As Value = 7
    • As String = Sep, As Value = 8
    • As String = Oct, As Value = 9
    • As String = Nov, As Value = 10
    • As String = Dec, As Value = 11
    • As String = Month, As Value = 12
    • As String = Year, As Value = 13

    Y
    (if restrictionComplex
    is true)

    Anchor
    restrictionQualifiers - All
    restrictionQualifiers - All
    restrictionQualifiers

    Restriction Qualifier(s)

    Period to restrict the trigger to.

    Used with restrictionAdjectiverestrictionQualifiers, and restrictionNthAmount (if restrictionAdjective is Nth) to specify the type of days you want to select. For example, to specify "the 1st business day of the month," select restrictionAdjective as 1st, restrictionNouns as Business Day, and restrictionQualifiers as Month.

    Example:

    Code Block
    languagetext
    linenumberstrue
    <restrictionQualifiers>
      <restrictionQualifier>Month</restrictionQualifier>
    </restrictionQualifiers>


    To specify a Custom Day, use the name of the Custom Day. For example:

    XML

    Code Block
    languagetext
    linenumberstrue
    <restrictionQualifiers>
      <restrictionQualifier>Jan</restrictionQualifier>
      <restrictionQualifier>CustomDay1</restrictionQualifier>
    </restrictionQualifiers>

    JSON

    Code Block
    languagetext
    linenumberstrue
    "restrictionQualifiers": [
      {
        "value": "Jan"
      },
      {
        "value": "CustomDay1"
      }
    ]


    To specify a Local Custom Day, use the local attribute. For example:

    XML

    Code Block
    languagetext
    linenumberstrue
    <restrictionQualifiers>
      <restrictionQualifier local="true">CustomDay2</restrictionQualifier>
    </restrictionQualifiers>

    JSON

    Code Block
    languagetext
    linenumberstrue
    "restrictionQualifiers": [
      {
        "local": true,
        "value": "CustomDay1"
      }
    ]


    Note
    titleNote

    The Calendar for the trigger is used to verify Custom Day references.


    Valid values:

    • As String = Jan, As Value = 0
    • As String = Feb, As Value = 1
    • As String = Mar, As Value = 2
    • As String = Apr, As Value = 3
    • As String = May, As Value = 4
    • As String = Jun, As Value = 5
    • As String = Jul, As Value = 6
    • As String = Aug, As Value = 7
    • As String = Sep, As Value = 8
    • As String = Oct, As Value = 9
    • As String = Nov, As Value = 10
    • As String = Dec, As Value = 11
    • As String = Month, As Value = 12
    • As String = Year, As Value = 13
    • As String = Week, As Value = 14
    • As String = Quarter, As Value = 15
    Y
    (if restrictionComplex
    is true)
    <restrictionQualifiers>
      <restrictionQualifier>Month</restrictionQualifier>
    </restrictionQualifiers>




    <restrictionQualifiers>
      <restrictionQualifier>Jan</restrictionQualifier>
      <restrictionQualifier>CustomDay1</restrictionQualifier>
    </restrictionQualifiers>




    "restrictionQualifiers": [
      {
        "value": "Jan"
      },
      {
        "value": "CustomDay1"
      }
    ]




    <restrictionQualifiers>
      <restrictionQualifier local="true">CustomDay2</restrictionQualifier>
    </restrictionQualifiers>




    "restrictionQualifiers": [
      {
        "local": true,
        "value": "CustomDay1"
      }
    ]




    The Calendar for the trigger is used to verify Custom Day references.





    Anchor
    retainSysIds - All
    retainSysIds - All
    retainSysIds

    n/a

    Specification for whether or not the web service will persist the sysId propertyor not the web service will persist the sysId property.

    • If retainSysIds="true" and sysId is included in the request/response, sysId will be persisted to the database.
    • If retainSysIds="false" and sysId is included in the request/response, sysId will be ignored; it will be autogenerated by the Controller.
    Note
    titleNote

    In XML web services, retainSysIds is specified as an attribute in the <trigger> element.


    Valid values: true/false (default is true).

    N

    Anchor
    retentionDuration - All
    retentionDuration - All
    retentionDuration

    Retention Duration

    Set only if retentionDurationPurge is selected; Minimum retention duration for the selected retentionDurationUnit before triggered task instances can qualify for purge.

    Integer

    N

    Anchor
    retentionDurationPurge - All
    retentionDurationPurge - All
    retentionDurationPurge

    Purge By Retention Duration

    Specification for whether triggered task instances can be purged by retention duration.

    Boolean; Valid values: true/false. Default is false.

    N

    Anchor
    retentionDurationUnit - All
    retentionDurationUnit - All
    retentionDurationUnit

    Retention Duration Unit

    Set only if retentionDurationPurge is selected; Retention duration unit.

    Valid values:

    • As String = Hours, As Value = 3
    • As String = Days, As Value = 4

    Default is Days (4).

    N

    Anchor
    simulationOption - All
    simulationOption - All
    simulationOption

    Simulate

    For Cron, Temporary, and Time triggers only; Enables the override of the Enable Trigger Simulation Universal Controller system property specification for whether or not to simulate the launching of tasks when triggers are eligible to fire. (If simulationOption is enabled, only the scheduled launch of the task by the trigger is inhibited.)

    Valid values:

    • --System Default --, As Value = 0
    • As String = True, As Value = 1
    • As String = False, As Value = 2

    Default is --System Default – (0).

    N

    Anchor
    situation - All
    situation - All
    situation

    Situation

    Type of day that causes the Controller to initiate the specified action.

    Valid values:

    action.

    Valid values:

    • As String = Holiday, As Value = 1
    • As String = Non Business Day, As Value = 2

    Default is Holiday (1).

    Y
    (if restrictionSimple
    is true)

    Anchor
    skipActive - All
    skipActive - All
    skipActive

    Skip Trigger if Active

    Deprecated. Indication for whether or not the Controller should skip the next run of the specified task(s) if the previous run has not gone to a Complete status (that is, it is still active).

    Boolean; Valid values: true/false. Default is false.

    N

    Anchor
    skipAfterDate - All
    skipAfterDate - All
    skipAfterDate

    Skip After DateDate after which the trigger will be skipped.
    N

    Anchor
    skipAfterTime - All
    skipAfterTime - All
    skipAfterTime

    Skip After TimeTime after which the trigger will be skipped.
    N

    Anchor
    skipBeforeDate - All
    skipBeforeDate - All
    skipBeforeDate

    Skip Before DateDate before which the trigger will be skipped.
    N

    Anchor
    skipBeforeTime - All
    skipBeforeTime - All
    skipBeforeTime

    Skip Before TimeTime before which the trigger will be skipped.
    N

    Anchor
    skipCondition - All
    skipCondition - All
    skipCondition

    Task Launch Skip Condition

    Controls when launching a task for the trigger will be skipped.
     

    Note
    titleNote

    When reading a Trigger, both skipActive and skipCondition are returned. When creating/updating a Trigger, skipCondition is used if present. If skipCondition is not present, skipActive is used. If both skipActive and skipCondition are present, skipActive can be set to true only if skipCondition is Active (1).


    Valid values:

    • As String = None, As Value = 0
    • As String = Active, As Value = 1
    • As String = Active By Trigger, As Value = 2

    Default is None (0).

    N

    Anchor
    skipCount - All
    skipCount - All
    skipCount

    Skip Count

    Specification that the Controller should skip the next N times that this task is triggered.

    Integer; Default is 0.

    N

    Anchor
    skipDateList - All
    skipDateList - All
    skipDateList

    Skip Date ListDate(s) on which the trigger will be skipped.

    Anchor
    skipRestriction - All
    skipRestriction - All
    skipRestriction

    Skip RestrictionSpecification for when the trigger should skip and not launch the task(s).

    Valid values:

    • As String = None, As Value = 0
    • As String = Before, As Value = 1
    • As String = After, As Value = 2
    • As String = Span, As Value = 3
    • As String = On, As Value = 4

    Default is None (0).


    tasks - All

    Tasks

    Name of the task(s) being triggered when this trigger is satisfied.
     
    XML

    Panel
    Anchor
    sysId - AllsysId - All
    sysId

    n/a

    System ID field in the database for this trigger.

    Persisted only if retainSysIds is set to true.

    N

    Anchortasks - All

    - All
    sysId - All
    sysId

    n/a

    System ID field in the database for this trigger.

    Persisted only if retainSysIds is set to true.

    N

    Anchor
    taskMonitor - All
    taskMonitor - All
    taskMonitor

    Email MonitorEmail Monitor task being executed.
    Y

    Anchor
    tasks - All
    tasks - All
    tasks

    Tasks

    Name of the task(s) being triggered when this trigger is satisfied.
     
    XML

    Panel


    Html bobswift
    <pre>
    &lt;tasks&gt;
           &lt;task&gt;uc - Demo&lt;/task&gt;
    &lt;/tasks&gt;
    </pre>


     
    JSON

    Panel


    Html bobswift
    <pre>
    "tasks": [ "uc - Demo" ]
    </pre>




    Y

    Anchor
    timeZone - All
    timeZone - All
    timeZone

    Time Zone

    Name of the time zone that will be applied to the time(s) specified in the trigger.


    Y

    Anchor
    version - All
    version - All
    version

    n/a

    For Read and List web services; specification of the version being read or listed.
     

    Note
    titleNote

    In XML web services, version is specified as an attribute in the <trigger> element.



    Y

    ...

    emailMonitorY

    Property

    UI Field Name

    Description

    Specifications

    Required

    Anchor
    emailMonitor - EMemailMonitor - EM

    Email Monitor

    Email Monitor task being executed.

    Anchor
    enabledEnd - EM
    enabledEnd - EM
    enabledEnd

    Enabled End

    End time of the period during which the trigger should be active.

    Use 24-hour time; format is hh:mm

    Y
    (if restrictedTimes
    is true)

    Anchor
    enabledStart - EM
    enabledStart - EM
    enabledStart

    Enabled Start

    Start time of the period during which the trigger should be active.

    Use 24-hour time; format is hh:mm

    Y
    (if restrictedTimes
    is true)

    Anchor
    restrictedTimes - EM
    restrictedTimes - EM
    restrictedTimes

    Restrict Times

    Indication that the trigger is active only during the period specified by enabledStart and enabledEnd.

    Boolean; Valid values: true/false. Default is false.

    N

    ...