You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

Import Workflow Settings

Importing Workflow Settings can be invoked through the command line

workflowimport
-repo <repo name>
-o <workflow XML file path>
<ac:structured-macro ac:name="unmigrated-wiki-markup" ac:schema-version="1" ac:macro-id="f6f5c89d-7eec-4294-8085-9b1930936197"><ac:plain-text-body><![CDATA[[-f] (Force overwrite)

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

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>
<ac:structured-macro ac:name="unmigrated-wiki-markup" ac:schema-version="1" ac:macro-id="52de764a-e625-4b67-b044-03fa83620da9"><ac:plain-text-body><![CDATA[[-f] (Force overwrite)

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

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