It's all about the answers!

Ask a question

How to run multiple steps inside a thread?


Jirong Hu (1.5k9295258) | asked Jun 23 '15, 7:12 a.m.
I need to run a few threads in parallel, but inside each thread, I want to run not only one step, but a few steps (this way I can get pass or fail result from each step). 

How can I do this? Can you give me a sample?

Thanks
Jirong

One answer



permanent link
Spencer Murata (2.3k115971) | answered Jun 23 '15, 9:50 a.m.
FORUM MODERATOR / JAZZ DEVELOPER
 The best way tot run a few sequential steps, but in parallel with other steps, is to setup the threaded steps in a main project, but then call an inline from those threaded steps with the sequential steps defined.

--> Thread Step 1 -> inline sequential steps
--> Thread Step 2 -> inline sequential steps
<-| Thread Step 3 -> example command

~Spencer

Your answer


Register or to post your answer.


Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.