Are there any disadvantages in using of a long list of workflow variables (about 20 variables/package)? How about the Performance?
Thanks.
Are there any disadvantages in using of a long list of workflow variables (about 20 variables/package)? How about the Performance?
Thanks.
2 Comments
Rudy Hartono
How many characters maximum could be fit in a workflow variable?
Tiensoon
At database level, workflow variable is stored in shkactivitydata table. And for a workflow variable of type String, its value is stored in VariableValueVCHAR column, which is declared with datatype of varchar(4000).