Which two are predefined instance attributes that can be used in data associations and
expressions? Select two.
A.
ActivationCount
B.
Component
C.
LoopCounter
D.
String
Explanation:
ActivationCount: Type INT. Specifies the number of tokens in the incoming
sequence flow of the gateway. Can be used In complex gateways.
loopCounter: Type INT. Specifies the number of times the engine ran this activity. The Process
Engine updates this variable each time it runs a new loop. Can be used in In activities with loop
marker.