105
Views
2
Comments
[Factory Configuration] How set a time out for a particular action?
Question
factory-configuration
Web icon
Forge asset by OutSystems


I have an action (callActions()) that calls three soap services, and does other processes. Is it possible to define a time out  for this particular action -=> callActions()? 

¿that is, control the timeout of the three services in one action.

thanks

2019-07-25 15-05-16
Henrique Silva

If your action is called by a timer, you can.

You just have to define the timer timeout time on service senter.

You can call a timer at any time asynchronously with the WakeTimer_ method.

2019-07-25 15-05-16
Henrique Silva

If your action is called by a timer, you can.

You just have to define the timer timeout time on service senter.

You can call a timer at any time asynchronously with the WakeTimer_ method.

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.