cancel
Showing results for 
Search instead for 
Did you mean: 

Opened Task timeouts too soon

Former Member
0 Kudos

Hi,

We have a scenario where the user need to open BPM task and compare with other data. This needs a timeout of at least 30 min for the claimed/opened task . Is there a way to do this?

The CE/Portal timeout is already set to 1 hr, but does not seem to affect this behavior.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Subhabrata,

Please go through below parameters, configure them appropriately and your issue should be resolved.

1) Web Dynpro: Go to Web dynpro Application - Right click on your WD Application - Edit - Application Properties - New - Pre-defined - Browse - Expiration time >> set the time in milliseconds

2) Web Dynpro DefaultExpirationTime: Configuration Adapter (or Configtool -> specific configuration) Web Dynpro - sap.com - tc~wd~dispwda - Propertysheet default. I guess default value is default 3600 secs

3) SessionExpirationPeriod: Server -> services -> security. The default value is 27 hrs so this may not be an issue in your case.

4) com.sap.portal.page.PageTimeout: Specified in poralapp.xml (development) aka deployment descriptor http://help.sap.com/saphelp_nw72/helpdata/en/49/cd18e731f22221e10000000a42189d/content.htm. Default value is 150 secs.

5) default.component.timeout: Portal Runtime - Central Configuration. The timeout for the components of the asynchronous response, in milliseconds. the default value is 10 secs.

Thanks,

Chinna.

Former Member
0 Kudos

Hi,

You can use boundary event for human Activity.

Go though following document.

http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/7063a59e-0728-2c10-9d8a-cd6ce21e1...

Hope this help.

stefan_henke
Contributor
0 Kudos

Hi,

I think the question is more related to the session timeout rather than deadlines in NetWeaver BPM. The timeout in CE and portal for http sessions is maybe not enough. There is also a timeout defined in WebDynpro. This can be done in the respective WebDynpro Application. However, this is owned by BPM for tasks. I´m not sure if this can be changed via configuration in the NWA.

Best regards,

Stefan

Former Member
0 Kudos

Yes, it is not related to deadlines in BPM.