* feat([server]): Add to! {} is used to mark the custom parameters to be output as-is in sql
Before pre-compiling sql, replace the custom parameters marked with !{}
to prevent the parameters in the hive plus partition path from being
replaced with single quotes
Closes This closes#4496
* feat([server]): Add to! {} is used to mark the custom parameters to be output as-is in sql
Before pre-compiling sql, replace the custom parameters marked with !{}
to prevent the parameters in the hive plus partition path from being
replaced with single quotes
Closes This closes#4496
* feat([server]): Add to! {} is used to mark the custom parameters to be output as-is in sql
Before pre-compiling sql, replace the custom parameters marked with !{}
to prevent the parameters in the hive plus partition path from being
replaced with single quotes
Closes This closes#4496
* [DS-130][feat] pass global param values when starting new process instance
add optional param for start-process-instance api
reuse command_param in command table for persistence
overload curingGlobalParams function in ParameterUtils
not adapt the UI code yet
* change import order
* support datetime expression
* print start params
* (fix) avoid npe when cmdParam is null
Change-Id: I3b4c4b5fa1df316ff221e27146e45d7d4d3a404e
* [Feature-4423][UI] When the process definition is running, the pop-up box can manually set the global parameters
(frontend) adapt the UI code
(backend-fix) add empty string check for param
Change-Id: I710db55f5059f8bd324c79f4494f2798d58e7b19
* add Startup parameters label
Change-Id: I5ac82031ea1b64abec330ee8cf2991477a28fcaa
* reuse i18n label
Change-Id: I5f322cb1dd8e2cade0c679bd025fc984e31bf3ae
* fix the exception of update null point of workflow instance due to not add global parameter when create workflow definition
* optimization of the leading package
Co-authored-by: yaoshui <huangqitao@accesscorporate.com.cn>