Can a workflow have transient field, which could be only needed for some local use (say to avoid passing to method invocation etc) .
These could be a set of fields which are just need not be persisted etc and i no way alters the state of workflow/ history etc.
I really don’t have a concrete use case but was just thinking what will be the impact of having transient, volatile fields in a workflow code.