Versions Compared

Key

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

...

Step 1. Download Saga Parser

  1. Go to https://repository.searchtechnologies.com/artifactory/public/com/accenture/saga/binaries/1.3.2.1/
  2. Download Saga_Aspire.zip
  3. Extract the Files

...

  1. Copy bundles folder from the extracted files from Saga_Aspire.zip.
  2. Paste the bundles folder to aspire 5 parent directory 
  3. Verify if app-saga-parser and aspire-saga-parser are properly copied to Aspire 5: 

...

  1. {AspireParentDIR}\bundles\aspire

       Image Removed

Step 3. Configure the settings.xml of Aspire 5

...

Code Block
themeMidnight
titlebundle
"bundleVersions": {
	"bundle": [
				{
                	"@artifactId": "app-subjobsaga-organizationparser",
                	"@groupId": "com.accenture.orga.aspire",
                	"@version": "5.0.3.2132100"
                },
                {
                	"@artifactId": "aspire-subjobsaga-organizationparser",
                	"@groupId": "com.accenture.orga.aspire",
                	"@version": "5.0.3.2132100"
                }
	]
}	



         Image Removed

Step 4. Add Saga Config in Aspire 5

...