Are there any disadvantages in using of a long list of workflow variables (about 20 variables/package)? How about the Performance?

Thanks.

  • No labels

2 Comments

  1. How many characters maximum could be fit in a workflow variable?

    1. 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).