Focal Point
[SOLVED] Running flows from procedure

This topic can be found at:
https://forums.informationbuilders.com/eve/forums/a/tpc/f/1381057331/m/1257029976

December 22, 2015, 04:28 AM
John_EBPI
[SOLVED] Running flows from procedure
To keep things generic i decided to make some procedures to call some flows. Each prodedure does this with his own parameters.

In the procedure it looks like (simplified)



EX flowA.fex
EX flowB.fex
-RUN
-EXIT

flowA calls a bunch embedded flows as stored proc.

Works fine, all flows are executed and use the according variable. However these flows do no longer write their data to the stats file. When i call the flows seperate, they do write these nice and clean.

Is there some way to make a write command to the standard stats?

regards in advance,

John

This message has been edited. Last edited by: Tamra,


Webfocus 8.03
Iway 81M
Windows, All Outputs
December 22, 2015, 10:00 AM
Clif
It's the scheduler that writes to the DM Log and statistics tables. When you EX (or Run a flow from the DMC) it doesn't use the scheduler. Use CMASAP to initiate the flows from a focexec (or Submit from the DMC). See the DMUG for complete syntax.


N/A
January 05, 2016, 02:54 AM
John_EBPI
Thanks, working for me now.


Webfocus 8.03
Iway 81M
Windows, All Outputs