Which statement is true about the skip condition in a BPEL activity?
A.
The activity gets executed hen the skip condition expression evaluates toTrue.
B.
The skip condition expression is evaluated before the activity instance is created.
C.
The activity gets executed when the skip condition expression evaluates toFalse.
D.
The activity gets executed when the skip condition expression throws a fault.
Explanation:
https://docs.oracle.com/cd/E14571_01/dev.1111/e10224/bp_conditn.htm
C
C