Custom Functions
By using Custom Functions, you can extend the functionality of COSMO Workflow according to your own requirements.
It is possible to define your own complex conditions, which exceed the possibilities of a defined Workflow Condition. Furthermore, it is possible to determine the responsible team for a task by an own logic or also implement whole task functions, which execute certain processes automatically without any user interaction.
The Custom Functions page is accessed using Tell Me. Choose the icon, enter Custom Functions, and then choose the related link.
The functions are defined in this page and implemented in the source code of the application. By using their code, they are called depending on the type in the Condition, Workflow Line, or Task Template.
For more information about how to implement custom functions, refer to your COSMO CONSULT consultant.
Settings
With Type=Setting, specific features can be enabled or disabled.
Setting Code | Parameter | Description | Version |
---|---|---|---|
USELEGACYCONDFILTER | True | Setting the UseLegacyCondFilter function to True activates the record filtering in workflow conditions as known from previous versions. By removing this setting or parameter the redesigned multi language condition filter feature (PR9372) is enabled. |
2.4.165912.0 |
EXCLUDET<TableID> | True | By setting the ExcludeT<TableID> (e.g., EXCLUDET50000 to exclude table no. 50000) function to True selected tables can be excluded from the global trigger subscription. |
2.4.165912.0 |
DISABLEUWT | True | Setting the DisableUWT function to True disables the usage of the CCS WF User Workflow Tasks table. This setting prevents long-running queries or deadlocks from occurring in this table. |
2.5.190124.0 |
Feedback
Submit feedback for this page .