fluig_process_event_set
Patch a process event's source code directly in the database, bypassing server-side validation and versioning. This tool is deprecated; use fluig_process_event_set_xml instead.
Instructions
DEPRECATED, WRITE. Patch a process event in place in the event_proces table, keeping a backup of the previous source. Bypasses server-side validation and does not create a new version — prefer fluig_process_event_set_xml.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| code | Yes | New source. | |
| confirm | Yes | Must be true to actually perform the operation. | |
| version | Yes | NUM_VERS. | |
| eventName | Yes | Event name. | |
| processCode | Yes | COD_DEF_PROCES. |