What is RESULT_002 result in a Process Flow? [message #598892] |
Fri, 18 October 2013 14:57 |
dmiller2112
Messages: 6 Registered: October 2009
|
Junior Member |
|
|
In my Process Flow I'm calling a Transformation (a PL/SQL Procedure that I wrote), this appears to be working but I'm getting a result='RESULT_002' from owbrepo.all_rt_audit_executions. What is RESULT_002 and do I need to fix it?
The different results I've seen so far from various Process Flow Entities:
- RESULT_001
- RESULT_002
- OK_WITH_WARNINGS
- FAILURE
Thanks in advance!
[Updated on: Fri, 18 October 2013 14:58] Report message to a moderator
|
|
|
Re: What is RESULT_002 result in a Process Flow? [message #599444 is a reply to message #598892] |
Thu, 24 October 2013 10:03 |
dmiller2112
Messages: 6 Registered: October 2009
|
Junior Member |
|
|
I've figured it out. RESULT_001 and RESULT_002 refer to the Complex Condition result paths from the Transformation not including Enumerated Condition result paths. Enumerated Condition result paths are 'OK', 'OK_WITH_WARNINGS' and 'FAILURE'. Complex Condition result paths correspond to the number of Transitions with Complex Conditions, these being 'RESULT_001' or 'RESULT_002' or 'RESULT_003' etc...
Cheers!
|
|
|