What are the condition types available in Transition?
-
Success
-
Default
-
Error
-
Success with condition
-
All of the above
A,C,D
Correct answer
Explanation
Transition condition types include: Success (activity completed successfully), Error (activity failed), and Success with condition (XPath expression evaluated). Default is not a condition type - it's the absence of a condition. Error is also a valid condition type for error transitions.