Naming Executions
By default, Cumulus will assign a random name to workflow executions. If desired, though, a configurable prefix can be added to those execution names.
Naming executions triggered by rules
Rules now have an optional executionNamePrefix property. If set, any workflows
triggered directly by that rule will have an execution name that starts with
that prefix.