Issue an Event
To issue an event, with or without associated case data, use the following command:
Syntax
EVENT [e[p][r|R]|-a[D][p][r|R]datafile] [-P priority] <node|->procnamecasenumeventname
where:
| • | -e indicates that case data is embedded in the command file or input stream. See Command File Format. The following options can also be used when -e is specified: |
|
Option |
Description |
|
|
Any deadlines for the case and case steps will be recalculated using the new field values supplied. See "Dynamically Recalculating Deadlines" in TIBCO iProcess Modeler Basic Design for more information about using this option on a step. See "Case Deadline Setting" in TIBCO iProcess Modeler Procedure Management for more information about using this option on a case. |
|
|
Any deadlines for the case, sub-cases, case steps, and sub-case steps will be recalculated using the new field values supplied. See "Dynamically Recalculating Deadlines" in TIBCO iProcess Modeler Basic Design for more information about using this option on a step. See "Case Deadline Setting" in TIBCO iProcess Modeler Procedure Management for more information about using this option on a case. |
|
|
The new field values supplied will also be copied to all outstanding work items. This is analogous to using the |
| • | -a indicates that case data is supplied in abox format in datafile. For more information about abox format, see "Using iProcess Abox Files" in TIBCO iProcess Modeler Integration Techniques. The following options can also be used when -a is specified: |
|
Option |
Description |
|
|
The |
|
|
The new field values supplied in the |
|
|
Any deadlines for the case and case steps will be recalculated using the new field values supplied in the |
|
|
Any deadlines for the case, sub-cases, case steps, and sub-case steps will be recalculated using the new field values supplied in the Note: Only the sub-case data is updated with |
| • | -P priority specifies the internal message queue priorities. For more information about message priorities, see "Message Prioritizing" in the appropriate TIBCO iProcess Engine (Database) Administrator’s Guide. |
| • | node is the name of the host node, if the procedure is hosted remotely. Enter a hyphen (–) if the procedure is hosted locally. |
| • | procname is the name of the procedure, including sub-procedures. |
| • | casenum is the case number. |
| • | eventname is the name of the event. |
Example
This example issues an event called trigger for case 1 of procedure HIRING, hosted on the local node.
EVENT - hiring 1 trigger
This example similarly issues an event called trigger for case 1 of procedure HIRING, but it also:
| • | copies the new field values supplied in file NewData1 to all outstanding work items. |
| • | forces the recalculation of deadlines for the case and any sub-cases based on the new field values supplied in file NewData1. |
EVENT -apR NewData1 - hiring 1 trigger