Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
{
	"processDefinitionName": "English Name of Workflow"
}

Whenever the workflow is loaded or shown in the UI using the command workflow.process.find or workflow.definition.details with parameter locale, the translated name will be picked-up and returned with the response.

In case no translation message or translation field exists for a given language, the common workflow name will be returned instead.

Common i18n messages (Portal)

...