Config2_ProcessControl

Process control configuration for managing how triggered processes run.

Instances of this class are obtained from:

Properties

PropertyTypeDescription
maxProcesses Number

Maximum number of concurrent processes

.
runSequentially Boolean

Run processes sequentially (one at a time)

.
runTimeoutMs Number

Process run timeout in milliseconds

.

Property Details

maxProcesses :Number

Description:
  • Maximum number of concurrent processes

Maximum number of concurrent processes

Type:
  • Number

runSequentially :Boolean

Description:
  • Run processes sequentially (one at a time)

Run processes sequentially (one at a time)

Type:
  • Boolean

runTimeoutMs :Number

Description:
  • Process run timeout in milliseconds

Process run timeout in milliseconds

Type:
  • Number