Interface WorkflowCopyNameFactory

All Known Implementing Classes:
DefaultWorkflowCopyNameFactory

@InjectableComponent public interface WorkflowCopyNameFactory
Creates the name to be used for a copy of a given workflow.
Since:
v5.1
  • Method Details

    • createFrom

      String createFrom(String sourceWorkflowName, Locale locale)
      Creates the name to be used for a copy of a workflow based on the name of the workflow to be copied.
      Parameters:
      sourceWorkflowName - The name of the workflow to be copied.
      locale -
      Returns:
      A String containing the name to be used for the copy.