PM Workflow Extensions configuration properties
The maximum number of async remote commands that can be held in the in-memory queue. (0 = no limit)
Default: 500
The interval (in milliseconds) to wait before the first retry of a failed remote async command
Default: 250
The interval (in seconds) to wait between retries for failing remote async commands
Default: 120
The maximum number of times to retry a failing remote async workflow command. (0=no retries; -1=infinite)
Default: -1
The path to the directory where pending asynchronous remote workflow commands will be stored waiting to be executed.
Default: ${felix.cache.rootdir}/asyncworkflow
The polling interval (ms) for the background thread that checks for persisted asynchronous remote workflow commands
Default: 250