On a given exception the parallel bypass for the given process did not work

We have a parent process model that called a sub-process )( calling a web-service ) . The sub process failed while mapping the CDTs in the process model and we got the foloowing exception
ERROR:An error occurred while evaluating expression: individualQualifileResponse_cdt:ac!outMap[1].spvv (Invalid index: Cannot index bean property 'spvv') (Data Outputs)

This was the first problem .
The other problem was that the Exceptions path for this was not picked up . The exception path was configured on the sub-process based on a timer ( 1 minute ) .The script task configured on this is not getting invoked after the elapse time

OriginalPostID-235817



  Discussion posts and replies are publicly visible

Parents
  • Dhiraj,
    For the 1st issue, try mapping the process variables instead of activity class parameters.
    I don't think you can map activity class paramters as input or output for a subprocess node.
    For the 2nd issue, unless the sub process node is started,the exception timer would not be activated.
    As of now in the issue shown, sub process node is stuck with an error before even getting started.
Reply
  • Dhiraj,
    For the 1st issue, try mapping the process variables instead of activity class parameters.
    I don't think you can map activity class paramters as input or output for a subprocess node.
    For the 2nd issue, unless the sub process node is started,the exception timer would not be activated.
    As of now in the issue shown, sub process node is stuck with an error before even getting started.
Children
No Data