Versions Compared

Key

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

...

Code Block
themeRDark
titlePOST /aspire/_api/connectionsworkflows/:id/rules
# All languages
{
    "type": "application",
    "_type": "application",
    "description": "sample-slide-extractor",
    "config": "com.accenture.aspire:com.accenture.aspire:app-slide-extractor",
    "appType": "slide-extractor",
    "appName": "Slide Extractor",
    "properties": {
  		"setTempFile": true,
  		"tempFilesPath": "${aspire.home}/temp",
  		"maxFileSize": true,
  		"characters": "1000000",
 		"addParentInfo": true,
		"parentField": "datamodel",
  		"threadTimeout": 15,
  		"subJobSleep": 60000,
  		"debug": false
	} 
}