tridion-sites-extensions-api-docs

Home > @tridion-sites/models > TargetLanguage > selectedWorkflow

TargetLanguage.selectedWorkflow property

Currently selected TmsWorkflow. Setting the workflow will select the workflow in AvailableWorkflows with a matching identifier. If unable to find a workflow with the matching identifier the SelectedWorkflow will be set to the first workflow in AvailableWorkflows.

Signature:

get selectedWorkflow(): TmsWorkflow | undefined;