Workflow groovy scripts reserved variables
Hello,
In Groovy scripts it is possible to use variable 'execution' when saving and retrieving variables. Are there any more reserved variables that it is possible to use? And where it is possible to see their implementation?
daria
Posted 1 year ago·Last reply 1 year ago
1 comment
stefan_busch
·1 year agoHi,
you can find a documentation of all groovy / Java methods / classes / interfaces here. Every interface that ends on 'Api' (for example 'AssetApi') cen be used by using a lower capital letter for the first letter of the name (in the case of 'AssetApi' it will be 'assetApi').