How to execute multiple instance subprocess in parallel?

Solution Verified - Updated -

Issue

There is a process where rest service is being called from multi instance node, it looks like this:

start node->script node -> multi instance (Here we have start node->REST task->end) -> end node

It is requested that MI task executes in parallel. However when placed Thread.sleep is placed in one REST call, MI stopped execution of remaining rest until sleep got over which means it's not a parallel execution but sequential.

Environment

  • Red Hat JBoss BPM Suite
    • 6.x

Subscriber exclusive content

A Red Hat subscription provides unlimited access to our knowledgebase of over 48,000 articles and solutions.

Current Customers and Partners

Log in for full access

Log In
Close

Welcome! Check out the Getting Started with Red Hat page for quick tours and guides for common tasks.