Import Workflow Settings

Importing Workflow Settings can be invoked through the command line.

workflowimport
-repo <repo name>
-o <workflow XML file path>
[-f] (Force overwrite)

Example

jre\bin\Java -Xmx512m -XX:MaxMetaspaceSize=512m -splash: -jar WhereScape-3D-HEAD-bundle.jar workflowimport -repo "Local repository" -o "C:\temp\Workflow_Settings.xml" -f

Export Workflow Settings

Exporting Workflow Settings can be invoked through the command line.

workflowexport
-repo <repo name>
-name <workflow name>
-o <workflow XML file path>
[-f] (Force overwrite)

Example

jre\bin\Java -Xmx512m -XX:MaxMetaspaceSize=512m -splash: -jar WhereScape-3D-HEAD-bundle.jar workflowexport -repo "Local repository" -name "Custom Workflow" -o "C:\temp\Workflow_Settings.xml"
  • No labels