TamsFlowMetadata.flowId property
Register under this flow id rather than a generated one. Must be a uuid.
A flow’s essence parameters are fixed for its lifetime and can change between runs, so reusing an id across runs is a decision only you can make; omitting this gets a fresh flow each time, which is usually right.
Signature:
flowId?: string;