Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.
Hi,
We’re using IS 6.1.
when there is one flow service and some of triggers - processing mode property is set to serial mode - call this service concurrently, is the service run concurrently or by serial?
can anyone tell me for this?
Thank you!!
Each trigger handles its own invocation, so they would run in parallel. Each individual trigger would run in serial. I not sure why you would do that from a architecture standpoint. Wouldn’t it be better to separate your subscription services by subscription document?