IBM
A2150-197 · Question #62
Which two statements are correct for a loop node in a workflow? (Choose two)
The correct answer is B. To retrieve an instance of an activity in a loop, the process.getActivity method is passed two C. The loop node does not specify the results of the nodes in the loop. 01.ibm.com/support/knowledgecenter/SSRMWJ_6.0.0.2/com.ibm.isim.doc_6.0.0.2/planning/cpt/c pt_ic_wkflo_node_loop.htm
Workflow and Policy Management
Question
Which two statements are correct for a loop node in a workflow? (Choose two)
Options
- ANodes inside a loop can transition to activities outside the loop provide process.goto("Activity_ID")
- BTo retrieve an instance of an activity in a loop, the process.getActivity method is passed two
- CThe loop node does not specify the results of the nodes in the loop.
- Dloopcount is a local variable available only in the loop node.
- EIndex of activities in a loop starts with zero.
How the community answered
(46 responses)- A13% (6)
- B76% (35)
- D4% (2)
- E7% (3)
Explanation
01.ibm.com/support/knowledgecenter/SSRMWJ_6.0.0.2/com.ibm.isim.doc_6.0.0.2/planning/cpt/c pt_ic_wkflo_node_loop.htm
Topics
#workflow loop node#process.getActivity#loop iteration#loop variable
Community Discussion
No community discussion yet for this question.