IBM
C2150-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
Configuration and Customization
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
(34 responses)- A3% (1)
- B85% (29)
- D9% (3)
- E3% (1)
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#workflow customization
Community Discussion
No community discussion yet for this question.