.runwait command and viewing step logs inline
Hi,
I have a weird situation. I created a number of projects and then a parent project which I use to invoke any one of the child projects
MasterProject
callProjectStep
ProjectA
step1
step2
step3
ProjectB
step1
step2
ProjectC
step1
The master project is basically a single step runwait command with a single variable ProjectName which is a pulldown list containing 3 entries (ProjectA|ProjectB|ProjectC)
When I first executed MasterProject and specified the project name (ProjectA) the output in the logs was that I saw all of the steps as follows
callProjectStep -- passed
step1 --passed
step2 --passed
step3 --passed
Which was perfect.
I cleared down and tried to recreate the same, now when I execute I get a job log for Master Project and the job log for projectA is separate with only it's steps visible. The are no longer visible from the same Job in the Completed Jobs list.
Anyone know what's going on?
Thanks
Rob
I have a weird situation. I created a number of projects and then a parent project which I use to invoke any one of the child projects
MasterProject
callProjectStep
ProjectA
step1
step2
step3
ProjectB
step1
step2
ProjectC
step1
The master project is basically a single step runwait command with a single variable ProjectName which is a pulldown list containing 3 entries (ProjectA|ProjectB|ProjectC)
When I first executed MasterProject and specified the project name (ProjectA) the output in the logs was that I saw all of the steps as follows
callProjectStep -- passed
step1 --passed
step2 --passed
step3 --passed
Which was perfect.
I cleared down and tried to recreate the same, now when I execute I get a job log for Master Project and the job log for projectA is separate with only it's steps visible. The are no longer visible from the same Job in the Completed Jobs list.
Anyone know what's going on?
Thanks
Rob