Hi all
How can I set the timeout of a flow to an infinite value?
Cheers,
Rui
Hi all
How can I set the timeout of a flow to an infinite value?
Cheers,
Rui
Euh, you can't really. If you don't want your flows to expire, just don't use the ExpiredFlowCleanupFilter.
Erwin
Also, (please correct if I am wrong) but some FlowStorage implementations prevent flows from being expired, i.e. ClientContinuationFlowExecutionStorage.
Yes, you are right. Check the discussion of issue SWF-10 in JIRA for more info: http://opensource2.atlassian.com/pro.../browse/SWF-10
Erwin