* @param context
*/
private void startRating(ExecutionContext context) {
// only set if we are applied to the current task
if (this.getParent() == context.getActiveElement()) {
ConfidenceRatingExecutable conf = new ConfidenceRatingExecutable();
conf.setLocalId("confidence-rating");
TemporaryElementSupport support = TemporaryElementSupportUtil.getInstance().findTemporaryElementSupport(context);
if (support != null) {
ExecutableElement element = new ExecutableElement(conf);
support.addTemporaryElement(element);