WorkFlow on Web

jdessm

Member
Hi,
Anyone with the knowledge of how workflow works on the web. Specially the function CallWorkFlowSystem(...) function please share the knowledge. What are the parameters required to set in JAS.ini to get the details of all function calls internally called by a function from web. Inshort, how to get a detailed log as we get on the FAT client.
 
In jas.ini under [LOGS] change:
Debug=TRUE
rtdebugTrace=TRUE
rtlogType=BSFN (or ALL if you want everything)
and if you want to see the select statment, change JasDBLogging=3

After you re-start your service, have a look at jasdebug.log and rtdebug.log files.

Wes
 
Hi,
We have already worked with similar details. But the rtdebug log and jas debug log does not give the details after the function CallWorkFlowSystemFunction(..) is called from web.
Any other settings are required? The thing is on web, the mails are not send to the receipients as per the receipient rules but is sent only to parent. But on FAT the mails are sent to all the receipients as per the rules.

Regards,
Sachin M.
 
What SP are you on? When we started on SP19, we had a lot of problems. Most of the bugs were fixed in SP21.

Have you turned debug on the ES on? The business function is running on ES for all web so that might be where you should look at.
 
Back
Top