Hi Eduard,
The query is not a problem as the same query runs fine when we run on sql browser via smp.
There is one flow with two threads
1. Goes and calls a workflow operation , thus creating the workflow task response etc.
2. Hang (Delay in BPL) for few seconds and then calls the query with session. And this query gives null result. But same query with same parameters runs fine in sql browser.
We are going to open the task request object with the id and persist its values for audit trail / historical data / reporting (it will be a mix of task request / response values + lot of others). As long as we get the TaskRequest ID we are good
May be is there a simple example with just one flow, 2 sequences as explained above?
- Log in to post comments