Workspace administrators can further customize dynamic resource labels with prefixes, suffixes, and concatenations supported with dash and underscore separators (
-
and
_
respectively) to provide increased flexibility and better support organizational standards.
Concatenation:
  • specific-user-and-workflow = "${userId}_${workflowId}"
  • specific-wksp-user-and-workflow = "${workspaceName}-${userName}-${workflowId}
Prefixes:
  • custom-prefix = JohnDoe_${workflowId}
Suffixes:
  • custom-suffix = "${workflowId}_mycompanyname"