Versions Compared

Key

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

Anchor
_import_workflow_settings
_import_workflow_settings
Import Workflow Settings

Importing Workflow Settings can be invoked through the command line.

Code Block
workflowimport

...


-repo <repo name>

...


-o <workflow XML file

...

 path>
[-f] (Force overwrite)

...

]]></ac:plain-text-body></ac:structured-macro>

Example

Code Block

...

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

Anchor
_export_workflow_settings
_export_workflow_settings
Export Workflow Settings

Exporting Workflow Settings can be invoked through the command line.

Code Block
workflowexport

...


-repo <repo name>

...


-name <workflow name>

...


-o <workflow XML file

...

 path>
[-f] (Force overwrite)

...

]]></ac:plain-text-body></ac:structured-macro>

Example

Code Block

...

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"