public void run() {
ParentScopeChannel channel = importChannel(channelId, ParentScopeChannel.class);
if (channel == null) {
throw new RuntimeException("Could not resolve channel ID (" + channelId + ") for extension activity.");
}
channel.completed(faultData, CompensationHandler.emptySet());
}
});
}
public OProcess getProcessModel() {