CLI Reference > Server Administration Commands > im triggers
  
im triggers
displays a list of event triggers
Synopsis
im triggers [--fields=field1[:width1],field2[:width2]...] [--fieldsDelim=value] [--height=value] [--width=value] [-x value] [-y value] [--user=name] [--hostname=server] [--password=password] [--port=number] [(-?|--usage)] [(-F file|--selectionFile=file)] [(-N|--no)] [(-Y|--yes)] [--[no]batch] [--cwd=directory] [--forceConfirm=[yes|no]] [-g|--gui] [--quiet] [--settingsUI=[gui|default]] [--status=[none|gui|default]] trigger...
Description
im triggers displays a list of event triggers for workflows and documents. By default, all triggers are selected to be displayed.
Options
This command takes the universal options available to all im commands, as well as some general options. See the options reference page for descriptions.
--fields=field1[:width1],field2[:width2]...
where fieldn can be any of the following:
name
displays the name of the trigger. By default, only the name is shown.
description
displays a description of the trigger.
type
displays the trigger type.
runAs
displays the name of the user a scheduled trigger runs as. All modifications appear as though they were made by the specified user (CLI only).
frequency
displays the scheduled frequency of a trigger (CLI only).
query
displays name of the query used for a scheduled trigger (CLI only).
script
displays the file name for the scripts used for the trigger (CLI only).
scriptParams
displays the list of script arguments (CLI only).
scriptTiming
displays if the script should be run pre, post, or both pre and post on issue commit to the database (CLI only).
assign
displays the list of field assignments (CLI only).
position
displays the position of the trigger in the run order (CLI only).
lastRunTime
displays date and time the trigger was last run (CLI only)
rule
displays the rule associated with the trigger (CLI only).
references
displays a list of object references.
--fieldsDelim=value
specifies the string to be used as a delimiter between fields displayed in the CLI.
--height=value
used with the -g or --gui options, specifies the height in pixels of the window.
--width=value
used with the -g or --gui options, specifies the width in pixels of the window.
-x value
used with the -g or --gui options, specifies the x location in pixels of the window.
-y value
used with the -g or --gui options, specifies the y location in pixels of the window.
trigger...
specifies names of the triggers to display.
See Also
Commands: im createtrigger, im edittrigger, im viewtrigger, im runtrigger, im deletetrigger, im echo
Miscellaneous: options