70-573 · Question #93
70-573 Question #93: Real Exam Question with Answer & Explanation
The correct answer is C. Configure all activities to use the same correlation token.. MNEMONIC RULE: "Correlation token (to correlate one task with three activities)" Each specific task within the workflow should have its own correlation token, which each related activity canuse to access the same, task-specific information. For example, if in your workflow you wa
Question
Options
- ACreate an SPWorkflowEventReceiver event receiver for the SharePoint Tasks list.
- BConfigure all activities to use the same Taskld.
- CConfigure all activities to use the same correlation token.
- DCreate an SPItemEventReceiver event receiver for the SharePoint Tasks list.
Explanation
MNEMONIC RULE: "Correlation token (to correlate one task with three activities)" Each specific task within the workflow should have its own correlation token, which each related activity canuse to access the same, task-specific information. For example, if in your workflow you want to reference thesame task in CreateTask, CompleteTask, and OnTaskChanged activities, you would bind the CorrelationTokenproperty of each of these activities to the same correlation token variable. Correlation Tokens in Workflows
Community Discussion
No community discussion yet for this question.