The link can automatically release a document from its current workflow after first saving the user’s changes. If the document is in a document type workflow and the document’s next workflow state is Released (regardless of its current state), the Release transition is executed automatically. But if the document is in a custom workflow (definition), there might be multiple end states with different names and you might want the document routed to only one of the states.
To configure the workflow state name for automatic release:
Tip To export the settings file to your computer, click the Export button. This can be useful if you would rather edit the file in your favorite text editor. You can then copy your changes to the Clipboard and paste them into Configurator.
Locate the [CDWFTransitionsToWC] section of the file. If the section does not exist, you can create it. This section specifies the workflow name, starting state name (or $BEGIN to start the workflow from the Released state), and one or more transition names to execute in order to release documents.
The configuration uses the following syntax:
<WorkFlowInternalName>.<StateInternalName>=<TransitionInternalName>[,<TransitionInternalName>]
A simple example:
ProjectAs-Built.Review=CheckIn
In this example, if the document is in a workflow with the internal name ProjectAs-Built and in the Review state, if the next transition is CheckIn, it will be executed when the user executes the Save & Release command in AutoCAD or the Save command in Revit.
A more advanced example:
ProjectAs-Built.$BEGIN=CheckOut,Review,Approve,CheckIn
In this example, if the document is in the Released state when the user executes the Save & Release command in AutoCAD or the Save command in Revit, the workflow with the internal named ProjectAs-Built will be started and the document will be routed through the CheckOut, Review, Approve, and CheckIn states.
Related concepts