Import a workflow
Importing a workflow from a file is one of two ways to create a workflow, the other being the wizard described in the article dedicated to the topic.
To import a workflow that has been previously exported in the same or in another installation of NL Flow:
- Select the plus icon on the toolbar at the top of the page in any dashboard view, then choose Import workflow.
- Using the dialog controls, select the file with
.wfpk
extension containing the workflow items. -
Select Show ID preferences to display the settings that affect the workflow ID, the identification code that is required to use the workflow programmatically with the NL Flow API.
- Select Use existing package ID or auto-generate if missing if you want the ID to be taken from the definition contained in the package file or be automatically generated by the system if not specified in the definition.
Or:
-
Select Custom to set the ID you prefer. The custom ID must be:
- Unique, no other workflow can have the same ID.
- At most 36 characters long
-
Made only of ASCII characters of these subsets:
- Lowercase letters
- Digits
- Dash (
-
)
By default, the custom ID is derived by the name of the package file, but you are free to change it as you like.
Note
The workflow ID cannot be changed later.
-
Select Upload to start the operation.
The import operation creates a new workflow. The name of the workflow is the concatenation of the name found in the definition and the current time in the YYYY-MM-DD HH:mm:ss
format. The name of the workflow can be subsequently changed.